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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening in Parent Frame

Status
Not open for further replies.

CuRtana82

Programmer
May 22, 2001
17
0
0
AU
When I click on my link it opens up the frameset but it only opens it in the main window of the current frameset, how do I go about opening it in the parent window?
 
Hi,

If I get this correct you want to open a new frameset within the current window as a whole new page, independant from the previous framset?

If so, you could use this:

Code:
top.document.location.href='somepage.html';

Hope this is what you needed :)

Gtz,

Kristof -------------------
Check out my new site:

Any suggestions are more than welcome.
There's a LOT of work to do, so judge fairly. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top