Posted by Johnny BeGood on 05/09/07 17:08
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
Navigation:
[Reply to this message]
|