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

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Methods » getExpression 
'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.