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??
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??