Hi,
Can anyone help me figure out how to call a form method from a HTML_AREA please. I can call a scope or global method without any problem but I cannot seem to get a form method to work. I have tried using just the method name (javascript:methodName())and also the fully qualified name (javascript:forms.formName.methodname()) but neither of these seem to work.
Any help would be appreciated.
Thanks
Steve