var rng = document.body.createTextRange();rng.findText( ... ) etc
However the range does not include the text from input type="text"objects. Is there anyway that I can include them in one textrange object?
Thanks,Sam