<html>
<head>
<title>CodeAve.com(Base Target)</title>
<base target="_blank">
</head>
<!-- The base target command must be placed inside
the <head></head> tags
Any hyperlink on this page will open in a new window on each click
with the target set to _blank. Other values include:
target="_top" - takes over the whole browser window
target="name" - opens all links to a new window
target="_parent" - open all links to the parent window in a frame
target="_self" - open all links to the same frame in a window -->
<body bgcolor="#FFFFFF">
Hyperlinks with base target = "_blank"
<p>
<a href=http://www.yahoo.com>Yahoo.com</a>
<br>
<a href=http://www.go.com>Go.com</a>
<br>
<a href=http://www.ASPin.com>ASPIn.com</a>
<br>
<a href=http://www.excite.com>Excite.com</a>
<br>
<a href=http://www.codeave.com>CodeAve.com</a>
</body>
</html>
|