skibascott
IS-IT--Management
I am opening a new window with this code:
This standards.htm doc is an existing doc with more code in it. I need to use the values of four text fields in standards.htm. Can I reference these fields with javascript code? Or do i need to pass them somehow?
Thank you.
Code:
newWin = window.open('standards.htm', 'standards');
This standards.htm doc is an existing doc with more code in it. I need to use the values of four text fields in standards.htm. Can I reference these fields with javascript code? Or do i need to pass them somehow?
Thank you.