cactus1000
Programmer
I have an image that needs to change on mouseover. It also must execute a javascript when clicked on. I gan get one function or the other to work, but not both at the same time.
here's the code:
<div id="pullout1Sidebar"><p align="center"><a href="javascriptulloutStart(1)"><IMG NAME="administrationbb0" SRC="administrationbb.gif" WIDTH="90" HEIGHT="30" BORDER="0" USEMAP="#administrationbb"></a></p></div>
It seems that the "USEMAP" is preventing the javascript from executing (the javascript executes when the image is clicked if I remove this).
Any ideas??
here's the code:
<div id="pullout1Sidebar"><p align="center"><a href="javascriptulloutStart(1)"><IMG NAME="administrationbb0" SRC="administrationbb.gif" WIDTH="90" HEIGHT="30" BORDER="0" USEMAP="#administrationbb"></a></p></div>
It seems that the "USEMAP" is preventing the javascript from executing (the javascript executes when the image is clicked if I remove this).
Any ideas??