New Window From A Frameset - How to open a new top window from a link within a frame

They have: 2,390 posts

Joined: Nov 1998

target="_new" should do it.
JP

----------
[red]The Next Step in Website Development [/red] - http://www.what-next.com
The Webmaster Promotion and Resource Center

They have: 5,633 posts

Joined: Jan 1970

I've been trying to create a link that opens a new window from within a frame. I can create a link on a regular page that opens a new floating window, but when I use that same script within a single frame of a frameset, nothing happens. I have also had success using similar javascript with a button to open a new floating window from a frame. Anyone know what the trick is? Thanks for any suggestions.

Karl
[email protected]

They have: 2 posts

Joined: Feb 2000

You can also use javascript:
var new_window;
new_window = open('URL','window_name','options')

options : toolbar = yes/no
location =
scrollbars =
titlebar =
...

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.