Hello, I just started in Ajax today and the tutorial i was reading showed me how to use the result to change a div. But is it possible that i can get the result and make it the new value of a text box. This way i can still edit the text box but the current value will be the ajax result.
Right now i am changing the div with this line:
document.getElementById("txtHint").innerHTML=xmlhttp.responseText;
Thanks a lot