kurt.santo Posted November 21, 2007 Share Posted November 21, 2007 As target="blank" does not work with FF I wondered what I could use to open a new window for external links?Kurt Link to comment Share on other sites More sharing options...
boen_robot Posted November 21, 2007 Share Posted November 21, 2007 It does work. But it's target="_blank". Just be use HTML 4.0 or XHTML 1.0 Transitional instead of XHTML 1.0 Strict. If you want it in Strict, you must use JavaScript to somehow mimic that effect. The ideal approach (in my opinion) being to check for a certain "rel" attribute and add an onclick hardler that opens a new window. Link to comment Share on other sites More sharing options...
SpOrTsDuDe.Reese Posted November 22, 2007 Share Posted November 22, 2007 I find that making links open up in a new window makes people not want to visit your site. (That's what I have gotten as answers to my website as feedback)Try using target="_self"That will keep it in new window and many clients like that. Link to comment Share on other sites More sharing options...
kurt.santo Posted November 22, 2007 Author Share Posted November 22, 2007 All mighty boosh! I take it all back... It actually opened a new window. Dunno what is wrong with me these days. Sorry to waste your time.Kurt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.