snippet library logo
in category
Javascript / Frames / Change pages in 2 frames at once.
Snippet details
ID: 23
Viewed: 1738
Added: 2002-09-16
Version:
View Demo

User Rated at:
Rate This:
Snippets in this catagory         
Show Printable Version
this script will open 2 pages in 2 frames at once

General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown

<!---Head--->
<SCRIPT language="JavaScript">
     <!--Hide
     function change2()
     {
     parent.left_frame.location="page3.htm";
     parent.right_frame.location="page4.htm";
     }
     //-->
     </SCRIPT>

<!---Body--->


<CENTER>
     Click the link below To change both frames.
     <BR>
     <A HREF="javascript:change2()">Change 2 Frames</A>
     </CENTER>




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.