Hi, can someone give me a script that'll open a simple window that'll open by clicking on the star that is on this page:
For some reason, b/c it has a fireworks rollover action, I can't figure out how to put a second onClick action that opens the window.
The image already has the following href for the rollover so where do you put the window href??
<a href="#" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','cartoon2_r7_c12','../subimages/cartoon2_r7_c12_f2.gif','../subimages/cartoon2_r7_c12_f4.gif',1);" onClick="MM_nbGroup('down','navbar1','cartoon2_r7_c12','../subimages/cartoon2_r7_c12_f3.gif',1);" ><img name="cartoon2_r7_c12" src="../subimages/cartoon2_r7_c12.gif" width="136" height="135" border="0"></a>
I need help desperately! Can someone look at the code and tell me exactly where and what script to insert?? It's probably so simple that I don't know why I can't figure it out.
(If I remove the fireworks code so that the star doesn't have the rollover anymore, than I can open a window but I can't get the window to work simultaneously with the rollover...)
I would like to be able to insert regular text into the window. not an image.
Thanks in advance!
For some reason, b/c it has a fireworks rollover action, I can't figure out how to put a second onClick action that opens the window.
The image already has the following href for the rollover so where do you put the window href??
<a href="#" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','cartoon2_r7_c12','../subimages/cartoon2_r7_c12_f2.gif','../subimages/cartoon2_r7_c12_f4.gif',1);" onClick="MM_nbGroup('down','navbar1','cartoon2_r7_c12','../subimages/cartoon2_r7_c12_f3.gif',1);" ><img name="cartoon2_r7_c12" src="../subimages/cartoon2_r7_c12.gif" width="136" height="135" border="0"></a>
I need help desperately! Can someone look at the code and tell me exactly where and what script to insert?? It's probably so simple that I don't know why I can't figure it out.
(If I remove the fireworks code so that the star doesn't have the rollover anymore, than I can open a window but I can't get the window to work simultaneously with the rollover...)
I would like to be able to insert regular text into the window. not an image.
Thanks in advance!