|
Posted by SaraLeePerson on 10/19/07 05:01
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
[Back to original message]
|