disabled Property
Sets or retrieves the value that indicates whether the user can interact with the object. Syntax | HTML | N/A |
|---|
| Scripting | object.disabled(v) [ = p ] |
|---|
Possible Values | p | Boolean that
specifies or receives one of the following values.| true | Element is disabled. | | false | Element is not disabled. |
|
The property is read/write.
The property has no default value. Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. .
Standards Information
This property is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To |
AREA,
BASEFONT,
BGSOUND,
BODY,
BR,
BUTTON,
CAPTION,
COL,
COMMENT,
DD,
DIV,
DT,
EMBED,
FONT,
FORM,
FRAME,
HEAD,
HR,
HTML,
IFRAME,
IMG,
INPUT type=button,
INPUT type=checkbox,
INPUT type=file,
INPUT type=image,
INPUT type=password,
INPUT type=radio,
INPUT type=reset,
INPUT type=submit,
INPUT type=text,
ISINDEX,
LABEL,
LEGEND,
LI,
MAP,
MARQUEE,
META,
OBJECT,
OL,
P,
SCRIPT,
SELECT,
SPAN,
TABLE,
TD,
TEXT,
TEXTAREA,
TITLE,
TR,
UL | |
|
Copyright © 2006 alltechtips.com. All rights reserved.
This website and the materials and information you find on this website are provided "as is", without warranty of any kind, either express or implied, including without limitation any warranty for information, services, or products provided through or in connection with the service and any implied warranties of merchantability, fitness for a particular purpose, expectation of privacy or non-infringement.
|