Posted By

purpleraison on 03/13/07


Tagged


Versions (?)

Who likes this?

2 people have marked this snippet as a favorite

basicmagic
brent-man


link which opens a new window


 / Published in: HTML
 

  1. <a href="http://address.com/" title="Title Here" onclick="window.open(this.href,'newwin'); return false;">
  2. Insert Link Title
  3. </a>

Report this snippet  

You need to login to post a comment.