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
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
Comment