SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Affiliate stuff with javascript
-
Jun 14, 2001, 14:36 #1
Affiliate stuff with javascript
Is there any way to pop up the below information if a certain checkbox is checked and submited, and the main menu go to a thank you page?
<form METHOD="POST" ACTION="http://www.qksrv.net/interactive">
<p align="left"><input TYPE="hidden" NAME="list" VALUE="freethingz"><input TYPE="hidden" NAME="align_in_table:" VALUE><input TYPE="hidden" NAME="use_sans_serif_fonts:" VALUE>
<input TYPE="text" NAME="email_address" VALUE SIZE="15"><input TYPE="submit" NAME="server_action:Subscribe" VALUE="Subscribe"><br>
<input TYPE="hidden" NAME="sublist:" VALUE="2">
<input TYPE="hidden" NAME="align_in_table:" VALUE>
<input TYPE="hidden" NAME="use_sans_serif_fonts:" VALUE>
<input TYPE="hidden" NAME="deferred:" VALUE="1">
<input TYPE="hidden" NAME="subscribe_button_name:" VALUE="Subscribe/Update">
<input type="hidden" name="pid" value="656783">
<input type="hidden" name="url" value="http://inbound.postmastergeneral.com/cgi-bin/pmg_subscribe.pl">
<input type="hidden" name="aid" value="1128255">
</FORM>
-
Jun 15, 2001, 04:52 #2
- Join Date
- Jun 2001
- Location
- Toronto, Canada
- Posts
- 9,123
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
popup: www.studiococo.com/old/window.html
go to new page: window.location.href="mypage.html";
-
Jun 15, 2001, 09:07 #3
No...I meant something like:
"If X checkbox is checked, and the form is submitted then pop up corresponding affiliate URL with values of the form"
Bookmarks