View Single Post
  #3 (permalink)  
Old 10-09-2003, 07:51 AM
Webnauts's Avatar
Webnauts Webnauts is offline
Moderator
 
Join Date: Jul 2003
Location: Augsburg, Germany
Posts: 220
Send a message via AIM to Webnauts Send a message via Yahoo to Webnauts Send a message via Skype™ to Webnauts
This is an accessibility issue.

If you markup with XHTML Strict, the "target=_blank" is not valid.

So in this case, if you want to open new windows, your code would validate this way.

As you might also know, JavaScript is not supported by all browsers and some users disable it.

There is a statistic at w3schools.com, which says that 13% of users disable JavaScript.

Therefore, when JavaScript is used, it should not be relied upon.
__________________
Optimizing for Search Engines, with Humans in Mind.
SEO Workers Professional Search Engine Optimization Consulting Company | SEO Analysis Tool
SEO Articles & Tutorials

Last edited by Webnauts; 10-09-2003 at 07:56 AM.
Reply With Quote