IT Community - Software Programming, Web Development and Technical Support

Can I update two (or more) frames simultaneously?

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?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > HTML, CSS and Javascript Coding Techniques

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 10-26-2007, 07:16 AM
GDevakii GDevakii is offline
D-Web Sr.Programmer
 
Join Date: Aug 2007
Posts: 138
GDevakii is on a distinguished road
Question Can I update two (or more) frames simultaneously?

Can I update two (or more) frames simultaneously?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-26-2007, 07:17 AM
GDevakii GDevakii is offline
D-Web Sr.Programmer
 
Join Date: Aug 2007
Posts: 138
GDevakii is on a distinguished road
Default Re: Can I update two (or more) frames simultaneously?

<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>
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -7. The time now is 11:00 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0