gewohnheit
04-02-2003, 02:32 PM
I have begun my using DreamWeaver MX and Fireworks to create my new web site. I have come across a problem with linking a button on click to change the contents in 2 different frames not including the frame in which I have the button located. I hope you can help.
Thanks,
Christopher
this thread may help...
http://www.lissaexplains.com/forum//showthread.php?s=&threadid=30865&highlight=two+frames+change
(sometimes you may find your answer faster by doing a forum search.)
gewohnheit
04-02-2003, 07:50 PM
I have also cone across similar solutions in my search it has not thus far worked. The use of the <FORM> tag also was suggested. I believe my problem is the othe actions on the button may need to be re-written as well. Take a Look¨¨
<tr>
<td><a href="gallerycontents.html" target="contentframe" onMouseOut="MM_nbGroup('out');MM_swapImage('topnav_r1_c16','', '_topnavimages/topnav_r1_c16.gif',1)" onMouseOver="MM_nbGroup('over','topnav_r2_c4','_topnavimages/topnav_r2_c4_f2.gif','_topnavimages/topnav_r2_c4_f4.gif',1);MM_swapImage('topnav_r1_c1 6','','_topnavimages/topnavgallerytextrolover100x70.gif',1)" onClick="MM_nbGroup('down','navbar1','topnav_r2_c4','_topna vimages/topnav_r2_c4_f3.gif',1);MM_swapImage('topnav_r1_c1 8','','_topnavimages/topnavgalleryimage415x70.gif',1)"><img src="_topnavimages/topnav_r2_c4.gif" alt="GALLERY" name="topnav_r2_c4" width="20" height="26" border="0"></a></td>
</tr>
What would you suggest?
Many thanks,
Christopher