Greetings!
A tablecell contains a picture, a link and variables for the onMouseover statemnet, something like this:
<td width=100 align=center>
<img name='img"+i+"' src='./GalleryCover/"+i+".jpg' height=100 width=100 border=0 onmouseover='overlib(\""+myArray+"\"'>
</td>"
I can change the picture programmatically with the .src
attribute, but how can I change the link and the onMouseover variables?
Thanks for helping.
Have a great day.
A tablecell contains a picture, a link and variables for the onMouseover statemnet, something like this:
<td width=100 align=center>
<img name='img"+i+"' src='./GalleryCover/"+i+".jpg' height=100 width=100 border=0 onmouseover='overlib(\""+myArray+"\"'>
</td>"
I can change the picture programmatically with the .src
attribute, but how can I change the link and the onMouseover variables?
Thanks for helping.
Have a great day.