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.c om/ProcessTheData. php">
<INPUT name="Field1" type="text">
<INPUT name="Field2" type="text">
<INPUT name="Field3" type="text">
<INPUT name="EsendexRe cipient" 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/ProcessTheD...ield1&B=Field2. . . . .
Any help gratefully accepted
Cheers
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.c om/ProcessTheData. php">
<INPUT name="Field1" type="text">
<INPUT name="Field2" type="text">
<INPUT name="Field3" type="text">
<INPUT name="EsendexRe cipient" 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/ProcessTheD...ield1&B=Field2. . . . .
Any help gratefully accepted
Cheers
Comment