Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2046 How can I open a page over the current frameset?

You are here: irt.org | FAQ | HTML | Q2046 [ previous next ]

You need to use the TARGET attribute in your link, and set it to the special value "_top" (must be in lower case). For example:

<A HREF="apage.htm" TARGET="_top">Click me to get rid of the frames</A>

©2018 Martin Webb