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

'lowsrc' Syntax and Note

Note:

Read and write property. 
Specifies the URL of a lower-resolution image, or 
some other quick-loading placeholder.
    
Syntax:
    
document.getElementById("elementID").lowsrc = value
document.all.elementID.lowsrc = value // IE only

    

      
      








Related examples in the same category

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