Martin Heiden <martin.heiden <at> devk.de> writes:
 Rovi,

   just a guess: target is deprecated and not part of XHTML 1.0 strict.
 
   You could try to switch to XHTML 1.0 transitional DTD or open the
   window by javascript. A handy way is to use the rel attribute for
   marking links that should open in a new window. Put the url into
   href and a marker into rel like rel="external". The javascript
   itself registers for the window.onload event, scans the page for all
   a-Tags and applies a function for opening the window for all marked
   links, which reads the url from the href attribute. Don't forget to
   return !window.open so that the link will open in the same window if
   javascript is disabled.
 
   Take a look at:
 
   http://www.onlinetools.org/articles/unobtrusivejavascript/
 
 regards,
 
   Martin



Thanks Martin! How can I switch to XHTML 1.0 transitional DTD? I would infact 
like to switch to DTD which has the least restrictions. 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to