[Javascript] Mouseover woes

Allen Wayne Wayne.Allen at rhul.ac.uk
Wed Jul 31 07:21:33 CDT 2002


Hi All,

heres a good one that has be slightly stumped. can I do a mouse over without
absolutly referencing the image???

eg 

<td class='box'><a href='test.asp'><img src='../images/bar.gif'></a></td>"

this is all I have I want to to the equivivent of 
<td class='box'><a href='test.asp'><img src='../images/bar.gif'
onmouseover='document.this.image.src=../images/test.gif'; return
true;'></a></td>"


ideas pointers???


Wayne



More information about the Javascript mailing list