Name

DATAFLD — NN n/a IE 4 HTML n/a

Synopsis

DATAFLD=”columnName"

Optional

Used with IE 4 data binding to associate a remote data source column name with parts of various INPUT elements. A DATASRC attribute must also be set for the element.

Input Types

button, checkbox, hidden, password, radio, text

Example

<INPUT TYPE="text" NAME="first" DATASRC="#DBSRC3" DATAFLD="firstName">

Value

Case-sensitive identifier.

Default

None.

Object Model Reference

IE

[window.]document.formName.inputName.dataFld

[window.]document.forms[i].elements[i].dataFld

[window.]document.all.elementID.dataFld

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.