PDA

View Full Version : Form submission with asp and ajax


pmgosling
11-02-2009, 04:34 PM
I am trying to find a form submission using ajax and asp. Everything I have found online uses php. This is an example of exactly what I want to do http://demos.mootools.net/Form.Send

the php part is only one line of code

<?php
print "<pre>".print_r($_POST, true)."</pre>";
?>

Could someone please help. Is there a way of just changing the php code to be asp??

Bill Wilkinson
11-03-2009, 02:53 PM
Reposted with different title and answered.