User Profile
Collapse
-
Thank you . It works. -
search part of the document
I need to search for a word only in part of the page.
I gave that part in a <span> . span id is box_newBrick.
var s = document.body.c reateTextRange ;
s1 = s.findtext("OVE R");
this works on the full page .
How do I search for the same , only in the spand box_newBrick?
thanks
No activity results to display
Show More
Leave a comment: