Is it possible to change the content in two different frames when one button is clicked? Say I've got the main frame and then the menu frame on the left...when I click a button I want both frames to change. If this is possible, how would I go about doing it?<br />
<br />
Thanks,<br />
Brad<!--content-->Try this....<br />
<br />
assume your frames are named LeftFrame and RightFrame.....<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascriptarent.LeftFrame.location='xxx.html';parent.RightFrame.location='yyy.html'">click here</a><br />
<br />
<br />
substitue the name of your webpages or the URLs of the pages in place of xxx.html and yyy.html<br />
<br />
Regards,<br />
Kevin<!--content-->
<br />
Thanks,<br />
Brad<!--content-->Try this....<br />
<br />
assume your frames are named LeftFrame and RightFrame.....<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascriptarent.LeftFrame.location='xxx.html';parent.RightFrame.location='yyy.html'">click here</a><br />
<br />
<br />
substitue the name of your webpages or the URLs of the pages in place of xxx.html and yyy.html<br />
<br />
Regards,<br />
Kevin<!--content-->