frames">
HTML Targeting the Whole Window
Eventually 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 add
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
Note that "_top" needs to be in all lower-case, it should have quotes around it, and don't forget the underscore ("_"). |