Jump to content

hunganhsaturday

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by hunganhsaturday

  1. You can not do this (To the best of my knowledge, which I am about 95% sure) with just HTML. So we'll use Javascript!Just an easy onclick function will make this work easy.
    <a href="YOUR_URL" target="_blank" onclick="window.open("YOUR_2nd_URL"); window.open("YOUR_3rd_URL");">Link text</a>

    So your code would look something like this.

    <a href="http://www.facebook.com" target="_blank" onclick="window.open("http://www.w3schools.com/"); window.open("http://www.w3schools.invisionzone.com/");">Link text</a>

    Thank you very much.
×
×
  • Create New...