Javascript Reference
Categories: BUTTON

javascript BUTTON dataFld

@March 15, 2008, 1:22 a.m.
\n \n ]\n \n ]\n \n ]
dataFldFirefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a
Read/Write
 

Used with IE 4 data binding to associate a remote data source column name to a button object's value property. A DATASRC attribute must also be set for the element. Setting both the dataFld and dataSrc properties to empty strings breaks the binding between element and data source.

 
Example
document.myForm.myButton.dataFld = "linkURL"
 
Value
Case-sensitive identifier of the data source column.
 
Default
None.

Powered by Linode.