Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

popup window change page in parent window frame

Status
Not open for further replies.

chrisw669

Technical User
Feb 19, 2002
43
0
0
US
I have a parent window with 2 frames, frameA and frameB. frameA opens a popup window. is it possible for the popup window to then change the page of the parent windows frameB?
 
The script might look like this:

opener.top.frames[1].location = "newpage.html";

It would run in the opened window.

(Just a guess; didn't test it.)

petey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top