Javascript Reference
Categories: OBJECT

javascript OBJECT dataSrc

@March 15, 2008, 1:22 a.m.
dataSrcFirefox/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 object element that loads the data source object for remote data access (an object element other than the current one). Setting both the dataFld and dataSrc properties to empty strings breaks the binding between element and data source.

 
Example
 
document.getElementById("myObject").dataSrc = "DBSRC3";
 
Value

Case-sensitive identifier of the data source.

 
Default

None.


Powered by Linode.