JS

Hi.

I have multiform application.
One of the forms is in folder.
I need to call JavaScript function from js file that is in root folder.
I can call it from pas files that are in root folder. How can I call it from the form that is in internal folder.

Ilia

If the .JS file gets loaded by the application, the folder shouldn't matter.
You should be able to call by function names as-is used the JS lib.