This is a discussion on Can I update two (or more) frames simultaneously? within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Can I update two (or more) frames simultaneously?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| <html> <script language="javascript"> function updateBothFrames() { top.left.location="newpage1.htm"; top.right.location="newpage2.htm"; } </script> <body> <a href="javascript:updateBothFrames()">Click here</a> <input type=button value="Press me" onClick="updateBothFrames()"> </body> </html> |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| frames | kesuu | Web Design Help | 1 | 03-03-2008 05:51 AM |
| Can I update two (or more) frames simultaneously? | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 09-13-2007 03:00 AM |
| Why aren't my frames the exact size I specified? | oxygen | HTML, CSS and Javascript Coding Techniques | 1 | 07-27-2007 03:50 AM |
| How to get the value in the dictionary both Key and Value collections simultaneously? | oxygen | C# Programming | 1 | 07-26-2007 08:00 AM |
| How to display the values from a hashtable both key and value simultaneously? | kingmaker | C# Programming | 1 | 07-20-2007 07:26 AM |