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

'code' Syntax and Note

Note:

Read and write property. 
Returns the URL of the Java class file.
    
Syntax:
    
document.getElementById("elementID").code = value
document.all.elementID.code = value // IE only

    

      
      








Related examples in the same category

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