[thelist] javascript opening new window question

Brian Cummiskey Brian at hondaswap.com
Thu Jun 23 12:36:36 CDT 2005


Emily Tarrant wrote:

> <a href="javascript:newWindow('images/blah.jpg')">Thumbnail image</a>


change to:

<a href="images/blah.jpg" onclick="newWindow('images/blah.jpg'); return 
false;">Thumbnail image</a>


JS enabled will get the pop-up.
non, will get the image on the same page.



More information about the thelist mailing list