|
Posted by Neredbojias on 10/19/07 08:18
Well bust mah britches and call me cheeky, on Fri, 19 Oct 2007 05:01:13 GMT
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? :)
Of course it can be doen - simply by setting the action parameter to the
url of the source page.
What you do with the data, however, will depend upon the scripting type you
opt to utilize. And you will need some scripting. My recommendation is to
look into php.
--
Neredbojias
[Back to original message]
|