Javascript Reference
Categories: InputTypeRadio

javascript InputTypeRadio dataSrc

@July 5, 2008, 2:32 p.m.
dataSrc Firefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

 

Read/Write  

Used with IE data binding to specify the ID of the page's InputTypeRadio object element that loads the data source object for remote data access. 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. Works only with text file data sources in IE 5/Mac.

 
Example
 
document.myForm.myRadio[0].dataSrc = "DBSRC3";
 
Value

Case-sensitive string identifier of the data source.

 
Default

None.


Powered by Linode.