Posts: 40
Name: Bob Davis
Location: Los Angeles, CA
|
Hey guys - I have a very simple form setup so that users can get a coupon code sent to them by inputting their name and email address (see below). The people who are managing our cart want me to set up a "silent get" which will pass along the same information to their coupon server something like this: http://mwrc.net/en/promo-add.php?code=AHS68FHS
Does anyone know how to do a "silent get"?? Your help is much appreciated.
<FORM NAME="signup" ACTION="applediscountsubmit_testing.cfm" METHOD=POST
onSubmit="return verifyEmail(signup.Email.value)">
Name:<br>
<INPUT TYPE="text" NAME=Name VALUE="" SIZE=29><br>
Email Address:<br>
<INPUT TYPE="text" NAME=Email VALUE="" SIZE=29><br>
<br>
<input type="image" name="Submit" src="img/GetCoupon.gif" alt="" width="212" height="22" border="0">
</FORM>
|