I have a textfield that's not in a <form> tag that uses Ajax onkeyup.
I would like to set the focus on the textfield when the ajax runs.
Everything I've seen references a form.
I have a textfield that's not in a <form> tag that uses Ajax onkeyup.
I would like to set the focus on the textfield when the ajax runs.
Everything I've seen references a form.
Code:<textarea id="test"... document.getElementById("test").focus();
- Mike
Bookmarks