hi,

I have created a function in javascript and put it in a .js file in Lianja. Say if the function name is "sayHello()", how do I call it from my Form Section (Python Scripting Language)?

And one more thing is: the "sayHello()" function has another .js file referenced by means of the script/src tag like

<script type="text/javascript" src="http://localhost:12175/HelloWorld.js"></script>

What would be the right way to get these to work?

Thanks & Regards,
Murali