This link has been bookmarked by 60 people . It was first bookmarked on 14 Jun 2006, by Andrea Borruso.
-
20 Jan 19
-
-
02 Mar 14
-
11 Mar 12
-
08 Feb 12
-
Disabled and read-only controls
-
Disabled controls
-
Read-only controls
-
Form submission
-
controls (checkboxes, radio buttons, menus, etc.
-
A control's "control name" is given by its name attribute. The scope of the name attribute for a control within a FORM element is the FORM element.
-
In contexts where user input is either undesirable or irrelevant, it is important to be able to disable a control or render it read-only. For example, one may want to disable a form's submit button until the user has entered some required data.
-
Similarly, an author may want to include a piece of read-only text that must be submitted as a value along with the form.
-
Disabled controls
-
- Disabled controls do not receive focus.
- Disabled controls are skipped in tabbing navigation.
- Disabled controls cannot be successful.
When set, the disabled attribute has the following effects on an element:
-
How disabled elements are rendered depends on the user agent.
-
Read-only controls
-
- Read-only elements receive focus but cannot be modified by the user.
- Read-only elements are included in tabbing navigation.
When set, the readonly attribute has the following effects on an element:
-
Successful controls
A successful control is "valid" for submission
-
18 Nov 11
-
Content-Type: multipart/form-data; boundary=AaB03x --AaB03x Content-Disposition: form-data; name="submit-name" Larry --AaB03x Content-Disposition: form-data; name="files" Content-Type: multipart/mixed; boundary=BbC04y --BbC04y Content-Disposition: file; filename="file1.txt" Content-Type: text/plain ... contents of file1.txt ... --BbC04y Content-Disposition: file; filename="file2.gif" Content-Type: image/gif Content-Transfer-Encoding: binary ...contents of file2.gif... --BbC04y-- --AaB03x--
-
-
17 Sep 11
-
18 Jun 11
-
06 Oct 09
-
06 Apr 09
-
29 Jun 08
-
22 Mar 08
-
20 Feb 08
-
14 Jan 08
-
11 Jan 08
-
24 Dec 07
-
19 Sep 07
-
27 Jul 07
-
05 Feb 07
-
14 Dec 06
-
12 Dec 06
-
13 Oct 06
-
09 Oct 06
-
21 Aug 06
-
03 Aug 06
-
07 Jul 06
-
22 Jun 06
-
09 Jun 06
-
07 May 06
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.