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

'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