PDA

View Full Version : XML Strict Linking



icio
October 3rd, 2005, 12:03 PM
How do you make links open in new windows whilst using the XML Strict doctype ?

I know to use target="_blank" on all of the doctypes but that isn't a valid attribute for strict. see: http://www.w3schools.com/tags/tag_a.asp

So what can i do?

ditt0
October 3rd, 2005, 12:11 PM
Nothing, let the user choose if he wants a new window.Or use javascript.

icio
October 3rd, 2005, 12:16 PM
ok. thanks :thumb: