M mfaizan91 Posts: 67 +0 Aug 3, 2008 #1 I want to create a link where once clicked opens 2 pages instead of one. or that it goes to that page first followed by the other page like u sometimes have for an advertisement.
I want to create a link where once clicked opens 2 pages instead of one. or that it goes to that page first followed by the other page like u sometimes have for an advertisement.
K kimsland Posts: 13,806 +3 Aug 3, 2008 #2 <a href="http://www.example.org" onclick="window.open('http://www.google.com','newwin');">click me</a> Click to expand...
<a href="http://www.example.org" onclick="window.open('http://www.google.com','newwin');">click me</a> Click to expand...