Log in

View Full Version : Help with Frames...



NGJ
10-25-2005, 11:29 PM
Hi,
I'm putting together some web pages - some using Frames, some not.
I wanted to know how I can link back to non-framed pages from a simple
<a href> type menu option list that sits within a Frame. I want the non-Framed page to open up as it should & not within the menu's Frame.


Thanks all in advance!

jscheuer1
10-26-2005, 06:25 AM
<a href="somepage.htm" target="_top">Link Text</a>

NGJ
10-26-2005, 09:30 AM
Thanks John - I appreciate your help.

Cheers,

Neil.