Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

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).