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

'isMap' Syntax and Note

Note:

Read and write property. 
Should image act as a server-side map. 
    
Syntax:
    
document.getElementById("imgID").isMap = value
document.all.imgID.isMap = value // IE only

    

      
      








Related examples in the same category

1.'isMap' Example
2.'isMap' Possible Values
3.'isMap' is applied to