Athmaus
04-15-2005, 03:05 AM
I have this javascript photo album i made. It is all working in tables and such. When you roll over a certain cell it will show that picture above, and turn the cell a different color. I also made the cell "clickable" when they are on it.
Is there anyway i can get it to when someone clicks that cell, that it will download that picture?? I have looked everywhere but i have not see anythign that will allow me to do that. Any ideas?
Here is the snippit of the code when you roll over that cell:
<tr bordercolor="white">
<td class="menu" bordercolor="000000" style="cursor:hand" onMouseOver="doButtons('candyhat'),movein(this)" onMouseOut="doButtons('a'),moveout(this)" onClick="MM_goToURL('parent','#');return document.MM_returnValue""><div align="center">
<p>Gold Hat</p>
Is there anyway i can get it to when someone clicks that cell, that it will download that picture?? I have looked everywhere but i have not see anythign that will allow me to do that. Any ideas?
Here is the snippit of the code when you roll over that cell:
<tr bordercolor="white">
<td class="menu" bordercolor="000000" style="cursor:hand" onMouseOver="doButtons('candyhat'),movein(this)" onMouseOut="doButtons('a'),moveout(this)" onClick="MM_goToURL('parent','#');return document.MM_returnValue""><div align="center">
<p>Gold Hat</p>