PDA

View Full Version : Help-a-newbie : Changing tablecell content.


W-Conti
03-12-2003, 05:00 PM
Greetings!

A table cell contains a picture, a link and an onMouseover,
something like this :

<td>
<a href="javascript:void(0)"><img name='img"+i+"' src='./GalleryCover/"+i+".jpg' height=100 width=100 border=0 onmouseover='overlib(\""+myArray[i]+"\")'></a>
</td>

I can change the picture programmatically with the .src attributes, but how can I change the link and the variable of the onMouseover?

Thanks for helping