Node Operation JavaScript DHTML




function function1() {
    var m = document.body.createTextRange();
    m.findText('"test"');
    m.select(); 


Search the "test" word in this paragraph


Find test