Hi
I have a problem. I need to call a javascript function within the include html of a scriptlet. How do I do that ?
Example in Main.html contain the following object tag :
In scriplet.html consist of a javascript function :
Now, how can I from Main.html call the Hello() function?
Thanks