Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Specifies a label for another element on the page.
HTML Syntax
<LABEL ACCESSKEY=key CLASS=classname DATAFLD=colname DATAFORMATAS=HTML | TEXT DATASRC=#ID FOR=ID ID=value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script >
Remarks
Labels cannot be nested.
If the user clicks the label with the mouse, the onclick event goes to the label and then bubbles to the control specified by the htmlFor property. Pressing the access key for the label is the same as clicking the mouse on the label.
Members
Styles
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.