|
Posted by cf on 10/19/07 07:55
let it be known on Fri, 19 Oct 2007 05:01:13 -0000
SaraLeePerson@gmail.com scribed:
|Hello, could someone please kindly show me how to do this? I am
|running some experiments with this and hope to see if it can work
|again.
|
|Basically, I need a simple form page that will submit its results to
|the same page. I've seen this done before, but cannot recreate the
|results.
|
|Something like,
|
|<form method=post action="">
|<INPUT type="submit" name="button">
|<input type="hidden" name="test_Data" value="100">
|</form>
|
|So basically I want to prove hitting the form submit button sends me
|to the same page it is on, and passes some result back to it, and I
|can take it from there. Can this be done? :)
|
|Thank you in advance for help. Sara
|
My contact form here
<http://www.cnswallpaper.com/contact.asp>
does everything on the contact.asp, including the error page and sending the message to me (JMail on the server).
It's done in plan old .asp so a lot will depend what you have available on your server. I just capture the status=submit to have the page display the conformation.
hth
--
cf <cfnews@NOcharterSPAM.net>
I may be dumb, but I'm not stupid.
Terry Bradshaw
[Back to original message]
|