anyone know how to gray out a form field in netscape? so you know what i mean, this works in ie:
<input type="text" name="harry" disabled="true">
if this is imposible, i guess this.blur() is the only way to go, and i don't like that.
thanks!
<input type="text" name="harry" disabled="true">
if this is imposible, i guess this.blur() is the only way to go, and i don't like that.
thanks!