How can I generate a result from jquery + ajax in a another text box
<form action="someanotherpage.php">
<input type="text" name="data" value="" id="data"/>
<input type="text" name="response_data_here" value="" id="response"/>
<input type="submit" value="Apply" />
</form>
EDIT: I edited some content..Im so sorry forgot to mention that I will use the #data textbox to query it in a database and I will display the result in the #response textbox ,forgive me I was confused at the moment
any suggestion guys?is that possible?any help is appreciated. thanks