Quote:
Originally posted by NetRodent
Are all of the documents on the same domain? If the frames call documents on other domains there is no direct way to access the variables. The only way to communicate between two frames on different hosts is to pass data via the window.status variable.
|
Yes, both all documents (main page, hidden frame and visible frame) are all on the same domain. The main page calls two frames, the invisible one is called /blank.html and the visible one is /content/index.html
How do you use the window.status variable to pass data since I keep getting undefined errors. Any other suggestions will really help.
Thanks everyone.
WG