-
Contributor
1 Answer
- Posted on Apr 09, 2009
Re: How to call Javascript function on click event of...
Try this:
create a button and in the actions window, add:
on(release){
getURL("javascript:myJsFunction();");
}
ensure you have the js function loaded into your parent page...
regards
o['o[o
×