View Single Post
  #8 (permalink)  
Old Jul 6th, 2006, 20:34
sypher sypher is offline
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: xhtml and validation

Yep its because that attribute is meant to be for targetting frames.

In case anyone has this prob the javascript way is:
Code: Select all
 <a href="foo.htm" onclick="window.open(foo.htm); return false;">foo</a>
Reply With Quote