Calling Form Method from HTML area

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

Doh! - was trying to use the HTML in the label of a checkbox instead of an HTML Area

:oops: