Javascript Reference
Categories: BUTTON

javascript BUTTON dataSrc

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

Used with IE 4 data binding to specify the name of the remote ODBC data source (such as an Oracle or SQL Server database) to be associated with the element. Content from the data source is specified via the DATAFLD attribute. Setting both the dataFld and dataSrc properties to empty strings breaks the binding between element and data source.

 
Example
document.myForm.myButton.dataSrc = "#DBSRC3"
 
Value
Case-sensitive identifier of the data source.
 
Default
None.

Powered by Linode.