Posted by ZeldorBlat on 05/09/07 18:10
On May 9, 1:08 pm, "Johnny BeGood" <j...@jbg.net> wrote:
> Hi All,
>
> Is there a way to post the contents of a form without having to click on the
> Submit button, i.e
>
> <form method="post" action="http://www.whereever.com/ProcessTheData.php">
> <INPUT name="Field1" type="text">
> <INPUT name="Field2" type="text">
> <INPUT name="Field3" type="text">
> <INPUT name="EsendexRecipient" type="text">
> <TEXTAREA name="Block" rows="3" cols="20"></TEXTAREA>
> <input type="submit" value="Submit">
> </form>
>
> Can it be done as follows, are am I going to end up red faced again?
>
> http://www.whereever.com/ProcessTheData.php?A=Field1&B=Field2. . . . .
>
> Any help gratefully accepted
>
> Cheers
You should patent this idea before Amazon does: "Zero-Click Shopping."
[Back to original message]
|