CodeAve.com CodeAve.com - HTML - Headers
ASP
JavaScript
CSS
HTML
·Forms
·Hyperlinks
·Headers
·Images
·Tables
·Text Display
·Miscellaneous
·Contents
·What's New?
Maps
Links
Mail List
Search
Sitemap


 


Base Target
The base target tag is one of several tags in html that aid in reducing the amount of repetitive text in your document. By declaring a base target you are in affect telling the browser that all links contained within the document will be targeted to the same place. This is very useful when working of pages within frames.
View the Output
Text View
Print View
Mail this Link
Download the Code

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

 

 

 



ASP: What's New? | Articles | Script Writers | Database Display | Read/Write
Server Variables | Response Objects | Random Events | Miscellaneous
HTML: Forms | Hyperlinks | Headers | Tables | Hyperlinks | Headers | Text Display
JavaScript: Document Info | Forms | Images | Navigation | Script Writers
CSS: Basics | Page Display | Text Display | Script Writers | Miscellaneous
Maps: Map Script Writers | Bing Maps | Google Maps
Privacy Statement

CodeAve.com is hosted by MyHosting.com
Donate Food Online with a Mouse Click at TheHungerSite.com
Donate Land Online with a Mouse Click at TheRainForestSite.com
© 1999 - 2010 CodeAve.com
All Rights Reserved