Click to See Complete Forum and Search --> : Pass variables from a form


Shaolin
07-11-2008, 03:08 PM
Hi Guys

I have a form which has one text field and a submit button. When the user clicks the button I want to pass the variables via an AJAX request to a script called process.php - How can I do this?

actionAction
07-11-2008, 09:51 PM
If you already have your AJAX script, use the POST method instead of GET.