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

Open new window, jump out of frame, but leave frameset in browser... 1

Status
Not open for further replies.

rockyroad

Programmer
Joined
Feb 22, 2003
Messages
191
Location
US
Hi,

Can anyone illustrate or point to resource ...

I am trying to use a window.open script in a frameset, what I need is to open a new window outside the frameset, but leave the frameset running in the browser as well. I am builing a sort of simple help system for a site prototype, and I am using the right frame to hold help links that will pop up.

I have seen script where you can add to head of new document to break frameset, not what I need :-)

Any help would be much appreciated. Thanks!

RR
 
If all you want to do is open a popup window, you can use a regular popup window script for that - even if you are running in a frameset:

Code:
var winHandle = window.open('[URL unfurl="true"]http://www.google.co.uk/',[/URL] '', '');

Hope this helps,
Dan

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Yes, that did it! Sorry, got to be a crazy past few weeks :-) Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top