'getExpression()' Syntax, Parameters and Note : getExpression « Javascript Methods « JavaScript Reference

'getExpression()' Syntax, Parameters and Note

Note:

Returns the dynamic property expression. 
To use this method, you must first have used the setExpression() method.
    
Syntax:
    
objectName.getExpression(param1)
document.all.elementID.getExpression(param1)

Parameters:
    param1   Required; the name of the property.

    

      
      








Related examples in the same category

1.'getExpression()' Example
2.'getExpression()' is applied to