July 1998
Intermediate to advanced
1456 pages
65h 5m
English
findText( ) — NN n/a IE 4 DOM n/a
findText(string)
Searches the current TextRange object for a match
of a string passed as a parameter. Matching is done on a
case-insensitive basis. If there is a match, the
TextRange object repositions its start and end
points to surround the found text. To continue searching in the
document, you must reposition the start point of the text range to
the end of the found string (with collapse( )).
Boolean value: true if a match is found;
false if unsuccessful.
string
A case-insensitive string to be searched.
Read now
Unlock full access