Changing 2 frames at once

You can use a JavaScript to change two frames at once.

<a href="javascript:LoadTwo()">Change Frames</a>
 <Script Language="JavaScript">
 <!--
 function LoadTwo() {
 parent.Frame1.location.href="frame1.htm";
 parent.Frame2.location.href="frame2.htm";
 }
 //-->
 </script>


html frames change frames change 2 frames change two frames


Back To Top
© 1998 - 2024 psacake.com
Version 7.21 | Advertise on this site