<BASE
HREF=url
TARGET=window>
Specifies the document's URL. Must appear inside the <HEAD>
window | Specifies to load the link into the targeted window. The window must begin with an alphanumeric character to be valid, except for the following four target windows: |
_blank | Load the link into a new blank window. This window is not named. |
_parent | Load the link into the immediate parent of the document the link is in. |
_self | Load the link into the same window the link was clicked in. |
_top | Load the link into the full body of the window. |
Examples
<BASE HREF="http:// www.sample.com/hello.htm"> <BASE HREF="http:// www.sample.com/hello.htm" TARGET="viewer">
file: /Techref/language/html/r020/slide9.htm, 3KB, , updated: 2005/4/22 09:27, local time: 2024/11/15 22:27,
3.133.120.10:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/html/r020/slide9.htm"> HTML Reference</A> |
Did you find what you needed? |