
|
|
||||||
Targeting the Whole WindowEventually in a framed site you want to "break out"... link to a page and have that page take over the entire window. To create this sort of link, we addTARGET="_top" to the <A ...>
TARGETMAIN. In this example, however, we refer to a frame we never named: "_top". We can do this because the outermost frame (that is, the entire window) is already named "_top". "_top" is a reserved name which is automatically given to the entire window. So when we say
TARGET="_top",
we are saying "put the new web page in the entire window". Note that
"_top" needs to be in all lower-case, it should have quotes around it, and don't forget the underscore ("_").Copyright Idocs, Inc. Written by Miko Sullivan |
||||||
| About the NetVisits, Inc Network | Advertise Developer Tutorials hosted by HostGator. Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy. |