link which opens a new window


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your 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


Comments


You need to login to view comments.