pyrotaz
11-23-2004, 09:44 PM
This is an example of where I'm stuck.
<TD>WWI Drager Bubikopf Diving Helmet VERY RARE <BR>
<a href"#"><image src="helmet.jpg"onMouseover="setItems('Diving Helmet WWI Drager', 4000)";onMouseout="resetItems"></a>
</TD>
<TD>$4000</TD>
I have an image and when I place the mouse over it, its selected. I want to be able to press the A or a and have it add that item two the shopping cart.
<TD>WWI Drager Bubikopf Diving Helmet VERY RARE <BR>
<a href"#"><image src="helmet.jpg"onMouseover="setItems('Diving Helmet WWI Drager', 4000)";onMouseout="resetItems"></a>
</TD>
<TD>$4000</TD>
I have an image and when I place the mouse over it, its selected. I want to be able to press the A or a and have it add that item two the shopping cart.
