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

'profile' Syntax and Note

Note:

Read and write property. 
Specifies the location (the Uniform Resource Identifier, or URI) of 
a <meta> data profile.
    
Syntax:
    
document.getElementById("headID").profile = value
document.all.headID.profile = value // IE only

    

      
      








Related examples in the same category

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