Linking to frames

liunx

Guest
OOPS! Posted in a different forum without scrolling down further to find this one.......oh well.<br />
<br />
I don't know if this is the right kind of forum (judging from the current posts) but maybe somebody can give me a yes or no answer to the following question: <br />
<br />
Is it possible to target two different frames from one anchor? I would like to be able to change the contents of two frames with one click, but I haven't found any instruction on how to do this, or if it is even possible. If this isn't the right kind of forum, where might there be a forum for questions of this type. I got lots!!!! <br />
Thanks<!--content-->try something like this:<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"#" onClick="javascript: window.frame1.location='http://whatever.com'; window.frame2.location='http://whateverELSE.com'">click here</a><!--content-->
 
Back
Top