Javascript Reference
Categories: text

javascript text substringData( )

@March 15, 2008, 1:22 a.m.
substringData( )Firefox/Netscape/NN 6 IE 5(Mac)/6(Win) Chrome/Safari/DOM 1  

substringData(startOffset, count)

  

Returns a copy of the designated segment of the text node content. The section to be copied is signified by the zero-based start position and the number of characters

 
Parameters
 
  • Positive integer specifying the zero-based starting character point for the copy action.
  • Positive integer specifying the number of characters to be copied.
 
Returned Value

String.


Powered by Linode.