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

Q2039 How do I link to a specific frame?

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

Add the target attribute to your link tag. E.g. if your FRAMESET contains a frame called 'weather' your link could then look like this:

<A HREF="data.htm" target="weather">the weather frame</A>

©2018 Martin Webb