'dataSrc' Syntax and Note : dataSrc « Javascript Properties « JavaScript Reference

'dataSrc' Syntax and Note

Note:

Read and write property. 
Specifies the data object to which the element is bound. 
The data source must be attached to the page as an object.
    
Syntax:
    
document.all.elementID.dataSrc = value

    

      
      








Related examples in the same category

1.'dataSrc' Example
2.'dataSrc' is applied to