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

'codeBase' Syntax and Note

Note:

Read and write property. 
Sets the full URL for loading the object.
    
Syntax:
    
document.getElementById("elementID").codeBase = value
document.all.elementID.codeBase = value // IE only

    

      
      








Related examples in the same category

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