snippet library logo
in category
Javascript / Browser / Open 2 windows with 1 link
Snippet details
ID: 532
Viewed: 1268
Added: 2005-05-24
Version: 1
View Demo

User Rated at:
Rate This:
Snippets in this catagory         
Show Printable Version
Javascript to open two windows with one link on your webpage.

General Details
Snippet uploaded by: crouse
Email : davecrouse@gmail.com
Snippet By: Crouse

<!---Head--->
none

<!---Body--->


<SCRIPT LANGUAGE="JavaScript">
<!--
function twowindows() {
  window.open("http://www.bashscripts.org/", "win1");
  window.open("http://www.bbips.org/", "win2");
}

// -->
</SCRIPT>
<P>Click the link <A HREF="javascript:twowindows()">The LINK</A>




No Reviews to show


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Subject:

Reviewed By:

Write a review:





Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.