Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > Anchors and Links > <A ...> > TARGET

TARGET = "_blank"

"_blank" opens the new document in a new window.

this code produces this
<A HREF="newwindow.html" TARGET="_blank">a new window</A>
a new window

This value does not require the use of any frames. "_blank" is popular in web pages which are devoted to links to "other resources on the net". By opening a new window for each resource, the user has a sense of a "main" page (the list of resources) and "secondary" pages (each individual resource). However, this results in cluttering the computer screen, which may irritate some of your readers.

Known Bug Microsoft Internet Explorer

Some versions of MSIE have a bug which renders anchors using "_blank" inoperative. See "Open In New Window" Does not Work in Internet Explorer for the patch. (note that Microsoft requires you to join their developer network to download the patch. It's free.)

TARGET="_parent" >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com