Hello,
this simple events work offline (IE & Mozilla), but don't online. No errors msg status.
---------------------------------------------------
<td>
<a href=javascript:warp()><img src="img/img_1.jpg" name=t1>
<table>
<tr><td>Foto:</td>
<td onMouseDown="if(document.images) document.Im1a.src='gif/on.gif';" onMouseUp="if(document.images) document.Im1a.src='gif/off.gif';">
<a href="#" onClick=ci1('img/img_1.jpg',this.href)>
<img name="Im1a" src="gif/off.gif"></a>
</td>
</tr>
</table>
</td>
----------------------------------------------------
The function is ok. The problem is onMouseDown. It doesn't turn to on.
anybody has some suggestion, please.
thanks