I have an HTML web page that openes a DHTMLWindow, and I want to send that window a parameter
from the ‘fater’ HTML web page, so the DHTMLWindow would be able to pass it on to one of it’s ‘son’ windows.
How can I send parameter to DHTMLWindow?
Or, maybe, is there a way to replace that DHTMLWindow with regualar popup window openened with window.open command?
Really need your help,
Tal.
You can use
window.openerto access the parent page.First, create function at first page to pass parameter to child page like this.
Mainpage.html
and the child page
ChildPage.html