view paypal/basic_acrylic_clear.paylist @ 40:1ac1409ea68c laserkard

[svn r41] implemented dynamic text.
author rlm
date Mon, 25 Jan 2010 03:42:08 -0500
parents 021a9ab1ed5b
children ef8615de8a9c
line wrap: on
line source
1 <div id = "i_inputbox">
5 <div class = "ttyls"> <titletron>Clarity Series:<br> The Arrow Kard.</titletron></div><br>
6 <div class = "descript">Laser-Etched Clear Acrylic </div>
8 <!-- Start of Form -->
9 <!-- Note: target="paypal" was replaced with the variable target="_self" -->
10 <!-- Note: shopping_url also added to code -->
11 <!-- These two changes allow better functionality with IE and Firefox -->
12 <form id = "paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; verify(this);return ReadForm(this, true);">
13 <input type="hidden" name="add" value="1">
14 <input type="hidden" name="cmd" value="_cart">
15 <!--your email address goes here -->
16 <input type="hidden" name="business" value="laserkards@mit.edu">
17 <input type="hidden" name="item_name">
18 <input type="hidden" name="item_number">
19 <input type="hidden" name="amount">
20 <input type="hidden" name="currency_code" value="USD">
21 <input type="hidden" name="lc" value="US">
22 <input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl">
23 <input type="hidden" name="cancel_return" value="http://www.laserkard.com">
24 <input type="hidden" name="return" value="http://www.laserkard.com">
25 <input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted">
28 <!-- -->
29 <input type="hidden" name="baseamt" value="00">
30 <input type="hidden" name="basedes" value="Clarity Series: The Arrow Kard">
31 <!-- -->
32 <input type="hidden" name="baseon0" value = "Name">
33 <input type="hidden" name="baseos0">
34 <input type="hidden" name="baseon1" value = "Company">
35 <input type="hidden" name="baseos1">
36 <input type="hidden" name="baseon2" value = "Occupation">
37 <input type="hidden" name="baseos2">
38 <input type="hidden" name="baseon3" value = "Email">
39 <input type="hidden" name="baseos3">
40 <input type="hidden" name="baseon4" >
41 <input type="hidden" name="baseos4">
42 <input type="hidden" name="baseon5" >
43 <input type="hidden" name="baseos5">
44 <input type="hidden" name="baseon6" >
45 <input type="hidden" name="baseos6">
46 <input type="hidden" name="baseon7" >
47 <input type="hidden" name="baseos7">
48 <input type="hidden" name="baseon8" >
49 <input type="hidden" name="baseos8">
50 <input type="hidden" name="baseon9" >
51 <input type="hidden" name="baseos9">
52 <input type="hidden" name="baseitn">
53 <!-- -->
54 <input type="hidden" name="on0">
55 <input type="hidden" name="os0">
56 <input type="hidden" name="on1">
57 <input type="hidden" name="os1">
58 <input type="hidden" name="on2">
59 <input type="hidden" name="os2">
60 <input type="hidden" name="on3">
61 <input type="hidden" name="os3">
62 <input type="hidden" name="on4">
63 <input type="hidden" name="os4">
64 <input type="hidden" name="on5">
65 <input type="hidden" name="os5">
66 <input type="hidden" name="on6">
67 <input type="hidden" name="os6">
68 <input type="hidden" name="on7">
69 <input type="hidden" name="os7">
70 <input type="hidden" name="on8">
71 <input type="hidden" name="os8">
72 <input type="hidden" name="on9">
73 <input type="hidden" name="os9">
74 <!-- -->
77 <!-- Start of Options -->
80 <input type="radio" name = "whatev"
82 value="40 cards @125.00" CHECKED
83 onclick = "ReadForm (this.form, false);"
84 onload = "ReadForm (this.form, false);" >
85 40 cards &mdash; $125
87 <br>
90 <input type="radio" name = "whatev"
92 value="4 cards @30.00"
93 onclick = "ReadForm (this.form, false);"
94 onload = "ReadForm (this.form, false);" >
95 4 cards &mdash; $30
97 <br>
102 &nbsp;
103 <!-- End of Options -->
105 <!-- Start of Text Input Fields -->
106 <br>
107 Name:&nbsp;&nbsp;
108 <input type="text" id="Name" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow');"
110 >
111 <!-- -->
112 <br>
113 <br>
114 Company:&nbsp;&nbsp;
115 <input type="text" id="Company" name="line_2b" size="20" value = "MI6" ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow');"
117 >
118 <!-- -->
119 <br>
120 <br>
121 Occupation:&nbsp;&nbsp;
122 <input type="text" id="Occupation" name="line_3b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow');"
124 >
125 <!-- -->
126 <br>
127 <br>
128 Email:&nbsp;&nbsp;
129 <input type="text" id="Email" name="line_4b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow');"
131 >
132 <!-- -->
133 <br>
135 <!-- -->
137 <!-- End of Text Input Fields -->
140 <br>
141 Total Cost:&nbsp; &nbsp;
142 <input class="nbor" type="text" name="tot" size="8" value="$125.00">
143 <br>(Free Shipping)
144 <br><br>
145 <input name="accept" type="checkbox" value="0"><br>
146 I approve this design. I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
149 <br><br>
150 <div id = "buttoncon">
151 <div id="crush">
152 Sending Order.
153 </div>
155 <div id="vanish">
156 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
157 </div>
160 &nbsp;
162 </div>
164 </form>
165 <!-- End of Form -->
168 </div>