<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">