Hi list, i have a problems, how disabled a button the type="image", for example:
Function disabled_btn()
{
Document.form1.imgaceptar.disable=false;
}
<form name="form1">
<input type="image" name="imgaceptar" id="imgaceptar" src="..\images\btnguardar.GIF" alt="" border="0" />
</form>
Thanks all.
bye
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20060706/a69715d7/attachment.htm>