Posted By:
Charalampos_Anargyrou
Posted On:
Wednesday, April 17, 2002 01:48 AM
Hello,
Here is the code I already have:
img src="../img/next.gif" name="nextButton" onMouseEnter="style.cursor='hand'" onClick="addRecord()"
Now, when I click on the image, if a specific variable inside addRecord() function has a value of x then I want to change the onMouseEnter and onClick events of the image.
Is there any way of doing this?
Thanks in advance.