Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

createTextRange and Input Boxes

0 views
Skip to first unread message

Sam Huggill

unread,
May 10, 2006, 6:21:16 PM5/10/06
to
Hi,
I am trying to create a find and replace function on my HTML page. I can
easily search the body of the document using the following code:

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

0 new messages