You are here: irt.org | BBS | I want to change ALT property of Image Object [This BBS is closed]
Posted by Urvish on June 09, 1998 at 19:11:27:
I want to change ALT property of Image Object in JavaScript.
I tried
In HTML tag :
<IMG SRC="...." ALT="TEST" NAME="one">
In JavaScript :
images['one'].alt = "Done";
It works with IE but it doesn't work with Netscape.
If anyone has idea pl. tell me
Follow-ups:
You are here: irt.org | BBS | I want to change ALT property of Image Object [This BBS is closed]