FrameElement.onclick Property
SharePoint Designer Developer Reference |
Sets or returns a Variant that represents the value of the onclick attribute, which is the script that runs when the onclick event fires.
Syntax
expression.onclick
expression An expression that returns a FrameElement object.
See Also