How do I execute a function for another window

wxdqz

New Member
I have a main form. In it's header, I have a link to a JavaScript library, like this:


<SCRIPT LANGUAGE='JavaScript' SRC='http://www.webdeveloper.com/ASSIST/ASSIST.nsf/JavaScriptLib.js/'></SCRIPT>


JavaScriptLib.js defines a function called saveClick().

A button on the main form opens another window where the users enter some data, make selections, etc. Then they click on the OK button.

I transfer the data back to the underlying form (the main form). Now I want to execute main form's saveClick() method? I can't figure out the syntax or how to do this. Can anyone help?

Thank you.
 
Back
Top