HighDots Forums  

Linking out of a frameset

alt.discuss.html alt.discuss.html


Discuss Linking out of a frameset in the alt.discuss.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dan Shelby
 
Posts: n/a

Default Linking out of a frameset - 02-20-2006 , 01:39 PM






My webpage includes frameset construction. If a viewer clicks on a link to
another webpage, the webpage that is linked to is placed in the current
frame of the frameset. I would like for the linked webpage to be brought in
full page. Is there something I can add to the link to bring this about?
TIA



Reply With Quote
  #2  
Old   
Wes R
 
Posts: n/a

Default Re: Linking out of a frameset - 02-20-2006 , 01:45 PM






Quote:
My webpage includes frameset construction. If a viewer clicks on a link
to another webpage, the webpage that is linked to is placed in the current
frame of the frameset. I would like for the linked webpage to be brought
in full page. Is there something I can add to the link to bring this
about?
TIA
You need to add target attribute to your link elements. However, I'm not
sure if this is valid XHTML. Below is what you would do.

<a href="????????????" target="_top">???????????</a>

-Wes




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.