More Questions Than Answers

Dan Atrill's blog site

Standard compliant _blank target

Found out how to do this, whereby the _blank target becomes standards compliant in XHTML as target is not recognised. <a onclick=”window.open(this.href,’_blank’);return false;” href=”http://some_oother_site.com”>Some Other Site</a> As recommended also at Zeldman recently.

more... »

Thu, May 27 2004 » Web developing » No Comments