View Single Post
  #2 (permalink)  
Old 05-12-2005, 04:26 PM
curtiss's Avatar
curtiss curtiss is offline
Moderator
 
Join Date: May 2003
Posts: 1,468
I believe you should be able to set up an onClick event in your link something like this:
Code:
<a href="#" onClick="javascript:framea.location.href='page1.html';frameb.location.href='page2.html';">
where framea and frameb are the names of your two frame.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote