Help-a-newbie : Changing Table Cell Content

admin

Administrator
Staff member
Greetings!

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

<td>
<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:void(0)"><img name='img"+i+"' src='http://www.webdeveloper.com/forum/archive/index.php/./GalleryCover/"+i+".jpg' height=100 width=100 border=0 onmouseover='overlib(\""+myArray+"\")'></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
 
Back
Top