diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-12-11 19:42:26 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-11 19:42:26 -0800 |
| commit | ed8a2367e78d208891e63d7e624e6bdc44ea318f (patch) | |
| tree | c8fe94863f12372d05ed641ef38b39ae82c8747b | |
| parent | 77013a067fa4612c41c72fee369f681eac32ae4f (diff) | |
promo code form, RT#20582
| -rw-r--r-- | fs_selfservice/FS-SelfService/cgi/promocode.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/promocode.html b/fs_selfservice/FS-SelfService/cgi/promocode.html index f8ee7f6eb..0962d44b5 100644 --- a/fs_selfservice/FS-SelfService/cgi/promocode.html +++ b/fs_selfservice/FS-SelfService/cgi/promocode.html @@ -1,13 +1,8 @@ <HTML><HEAD><TITLE>ISP Signup</TITLE></HEAD> <BODY BGCOLOR="#e8e8e8"><FONT SIZE=7>ISP Signup - promotional code</FONT><BR><BR> -<SCRIPT> -function gotoURL(object) { - window.location.href = 'signup.cgi?promo_code=' + object.promo_code.value; -} -</SCRIPT> -<FORM> +<FORM ACTION="signup.cgi" METHOD="GET"> Enter promotional code <INPUT TYPE="text" NAME="promo_code"> -<INPUT type="submit" VALUE="Signup" onClick="gotoURL(this.form)"> +<INPUT type="submit" VALUE="Signup"> </FORM> </BODY> |
