Untitled
By: a guest | Apr 26th, 2010 | Syntax:
HTML | Size: 0.19 KB | Hits: 119 | Expires: Never
<html>
<body>
<a href="lastpage.htm" target="_blank">Last Page</a>
<p>
If you set the target attribute of a link to "_blank",
the link will open in a new window.
</p>
</body>
</html>