PDA

View Full Version : Frames help please



hendonfc
November 30th, 2003, 09:34
I'm currently redesigning my site in frames.....ie the menu is one frame and the actual page is another. My question is....how do I point the menu links to open the page in the whole window and not just the menu frame.

A quick answer would be greatly appreciated

Cheers

www.hendonband.vze.com

Wojtek
November 30th, 2003, 11:24
add this to your link's html code:


target="_blank"


<a href="http://www.Bla.com" target="_blank">Bla</a>

keith
November 30th, 2003, 12:25
_blank opens a new full window. to open in the current window, full size, use target="_top"

Wojtek
November 30th, 2003, 13:59
ops,

I read "whole new window" instead of "whole window", hehe

hendonfc
November 30th, 2003, 15:24
Cheers guys:biggrin2: