Friday, 31 May 2013
0
How To Open A Link In New Browser
open a link in new browser window
<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>
<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>
Subscribe to:
Post Comments (Atom)
0 Responses to “How To Open A Link In New Browser”
Post a Comment