umen242
01-15-2009, 08:01 PM
hello all
i have simple text box and submit button inside a form
<form method="get">
<input type="text" name="_data_input">
<input type="submit" value="Get Item">
</form>
now how can i get the data i receive from the server without refreshing the page
thanks
i have simple text box and submit button inside a form
<form method="get">
<input type="text" name="_data_input">
<input type="submit" value="Get Item">
</form>
now how can i get the data i receive from the server without refreshing the page
thanks