| (HTML) Changing 2 frames at once |
|
You can use a JavaScript to change two frames at
once. Here is the script: <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> |