are you trying to send data, or get data? if you are trying to send it, just use a form.
If you are trying to get it without a page refresh, use javascript, specifially AJAX.
For both of these however you will need a server side script of some sort (cgi, php, asp, etc.) that will know how to react to the information being sent/requested.
Yahoo has an AJAX API that is free to download and use that you can look at, and as far as serverside I recommend using PHP. All of the documentation for that can be found at www.php.net
2006-07-02 17:04:46
·
answer #1
·
answered by John J 6
·
0⤊
0⤋