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

'valueType' Syntax and Note

Note:

Read and write property. 
Sets the data type of attribute in the <param> element. 
    
Syntax:
    
document.getElementById("paramID").valueType = value
document.all.paramID.valueType = value // IE only

    

      
      








Related examples in the same category

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