Feedback on: Disabling form elements
Worth:
Very worth reading
Length:
Just right
Technical:
Not technical enough
Comments:
The example code doesn't really work for Navigator, at least for version 4.5.1. The entire form is hidden by the ILAYER tag. I tried various things like explicitly setting BGCOLOR, style: backgroundcolor and style: layer-background-color, but none of them worked.
I still can't create a read-only form.
Worth:
Very worth reading
Comments:
I could not get the IE4 controls to lock a text input with the input undesturbed like it does for the password input. Any ideas? Other than that, this site is an amazing resource.
Worth:
Very worth reading
Comments:
good
Worth:
Worth reading
Comments:
This looks like it would be a useful article if only the links to the code source and examples were working.
Length:
Too long
Comments:
to disable a form field, add to the form element tag:
onfocus="this.blur();"
this works with netscape.