crabsodyinblue
Programmer
- Aug 22, 2001
- 14
Hi
I was wondering if anyone can help with a problem of passing a variable to a pop up window so it can be used in that window.
I have a form on my main calling html where one of the field name is filenametopass in a form titled menufrm
on the click of a submit button I am calling a piece of javascript code to open in a new popup window a template htm file.
Ideally I want the popup window (child window) to get the value of the field filenametopass from the calling window , so I can use this value to load an xml file with its corresponding xsl file in the child window.
The idea is the child window to use a javascript snipet of code to get the value filenametopass from the opening window.
Although it is possible to use the url when not using javascript to open the popup window. I want the popup window to appear on screen with no address bar.
My problem is how do I pick up the value of the variable from the calling opener window in the child popup window.
Any help would be great.
Regards
Glenn
I was wondering if anyone can help with a problem of passing a variable to a pop up window so it can be used in that window.
I have a form on my main calling html where one of the field name is filenametopass in a form titled menufrm
on the click of a submit button I am calling a piece of javascript code to open in a new popup window a template htm file.
Ideally I want the popup window (child window) to get the value of the field filenametopass from the calling window , so I can use this value to load an xml file with its corresponding xsl file in the child window.
The idea is the child window to use a javascript snipet of code to get the value filenametopass from the opening window.
Although it is possible to use the url when not using javascript to open the popup window. I want the popup window to appear on screen with no address bar.
My problem is how do I pick up the value of the variable from the calling opener window in the child popup window.
Any help would be great.
Regards
Glenn