open another window on clicking on link ...... but original link open same in same window any body give me code with an example i search but i cant find anywhere
open another window on clicking on link script but link open same
Collapse
X
-
Code:<a href="http://www.myawesomesite.com" onclick="window.open( 'http://www.toplist.com/' )">Click me</a>
I need some facebook likes, can you please help me
http://facebook.com/softwarefreakin
I noticed social media is really powerful
Well DONE is better than well SAID
Comment
-
PHP Code:
echo '</span>';
}
echo "<div class='tCenter'><b><a href='".$file."' onclick='window.open( \"http://www.example.com/\" )'>Download Now</a></div>";
echo '<div class="tCenter">';
echo '</div>';
}
else
;
I need some facebook likes, can you please help me
http://facebook.com/softwarefreakin
I noticed social media is really powerful
Well DONE is better than well SAID
Comment
Comment