views:

60

answers:

0

This is a quiet trival question. Here goes:

Trying to use AJAX / JQUERY to create a text field. As soon as I start writting on the text field, it should dynamically link to a new page with the text field (and its values) on top that page without reloading the page.

So, for instance, as soon as I type "S" (for "StackOverFlow") in the text field from the current page, it should dynamically link to a different page with the value "S" in the text field on the linked page without reloading. I dont know where or how to start.

If you happen to have a similar script, i'm [email protected]

Any ideas?

Thanks in advance.