'getAdjacentText()' Syntax, Parameters and Note : getAdjacentText : Javascript Methods : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
JavaScript Reference Home »  Javascript Methods   » [  getAdjacentText  ]   
 



'getAdjacentText()' Syntax, Parameters and Note

Note:

Returns the text in the specified position.
    
Syntax:
    
document.all.elementID.getAdjacentText(param1)
    
Parameters:
   param1
          afterBegin  (just after the beginning of the element)
          beforeEnd   (just before the end of the element)
          afterEnd    (just after the end of the element).
    

      
      
Related examples in the same category
1.  'getAdjacentText()' Example
2.  'getAdjacentText()' is applied to








Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.