Using the Target Attribute
General
At times you may need to launch certain links into a new window. The 'target' attribute is deprecated and is therefore not allowed when using XHTML with a strict doctype. Using this script, you will be able to keep your pages valid while also using the target attribute to open new windows.
Notes
- Created by: Alan Coleman
- Web Site: http://www.alancoleman.co.uk
- Posted: June 11, 2007
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: targetAttribute.js
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(1 comment)If the target attribute is appreciated in XHTML, than it is not in the dom, and not valid XHTML. Wouldn't this cause an error at some point, on some browser?