view paypal/big_acrylic_clear.paylist @ 16:839533015ed3 laserkard

[svn r17] made it look good.
author rlm
date Sat, 02 Jan 2010 01:42:50 -0500
parents 116b15d3d68c
children 3298256dd459
line wrap: on
line source

2 <div id = "i_inputbox">
4 <!-- Start of Form -->
5 <!-- Note: target="paypal" was replaced with the variable target="_self" -->
6 <!-- Note: shopping_url also added to code -->
7 <!-- These two changes allow better functionality with IE and Firefox -->
8 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);">
9 <input type="hidden" name="add" value="1">
10 <input type="hidden" name="cmd" value="_cart">
11 <!--your email address goes here -->
12 <input type="hidden" name="business" value="laserkards@mit.edu">
13 <input type="hidden" name="item_name">
14 <input type="hidden" name="item_number" "WFB-1001">
15 <input type="hidden" name="amount">
16 <input type="hidden" name="currency_code" value="USD">
17 <input type="hidden" name="lc" value="US">
18 <input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl">
19 <input type="hidden" name="cancel_return" value="http://www.laserkard.com">
20 <input type="hidden" name="return" value="http://www.laserkard.com">
21 <input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted">
24 <!-- -->
25 <input type="hidden" name="baseamt" value="00">
26 <input type="hidden" name="basedes" value="Clarity LaserKard BIG Style">
27 <!-- -->
28 <input type="hidden" name="baseon0" value = "Line 1">
29 <input type="hidden" name="baseos0">
30 <input type="hidden" name="baseon1" value = "Line 2">
31 <input type="hidden" name="baseos1">
32 <input type="hidden" name="baseon2" >
33 <input type="hidden" name="baseos2">
34 <input type="hidden" name="baseon3" >
35 <input type="hidden" name="baseos3">
36 <input type="hidden" name="baseon4" >
37 <input type="hidden" name="baseos4">
38 <input type="hidden" name="baseon5" >
39 <input type="hidden" name="baseos5">
40 <input type="hidden" name="baseon6" >
41 <input type="hidden" name="baseos6">
42 <input type="hidden" name="baseon7" >
43 <input type="hidden" name="baseos7">
44 <input type="hidden" name="baseon8" >
45 <input type="hidden" name="baseos8">
46 <input type="hidden" name="baseon9" >
47 <input type="hidden" name="baseos9">
48 <input type="hidden" name="baseitn">
49 <!-- -->
50 <input type="hidden" name="on0">
51 <input type="hidden" name="os0">
52 <input type="hidden" name="on1">
53 <input type="hidden" name="os1">
54 <input type="hidden" name="on2">
55 <input type="hidden" name="os2">
56 <input type="hidden" name="on3">
57 <input type="hidden" name="os3">
58 <input type="hidden" name="on4">
59 <input type="hidden" name="os4">
60 <input type="hidden" name="on5">
61 <input type="hidden" name="os5">
62 <input type="hidden" name="on6">
63 <input type="hidden" name="os6">
64 <input type="hidden" name="on7">
65 <input type="hidden" name="os7">
66 <input type="hidden" name="on8">
67 <input type="hidden" name="os8">
68 <input type="hidden" name="on9">
69 <input type="hidden" name="os9">
70 <!-- -->
72 <!--
73 Select Size:&nbsp;&nbsp;
74 <select name="Size" onchange="ReadForm (this.form, false);">
75 <option value="Please Choose" selected>Please Choose</option>
76 <option value="Small @25.00">Small - $25.00</option>
77 <option value="Medium @30.00">Medium - $30.00</option>
78 <option value="Large @35.00">Large - $35.00</option>
79 </select>
80 <!-- -->
81 <br>
82 <h1>Clarity LaserKard BIG Style</h1>
86 <!-- Start of Options -->
89 <input type="radio" name = "whatev"
91 value="40 cards @125.00" "CHECKED"
92 onclick = "ReadForm (this.form, false);"
93 onload = "ReadForm (this.form, false);" >
94 40 cards &mdash; $125
96 <br>
99 <input type="radio" name = "whatev"
101 value="3 cards @20.00"
102 onclick = "ReadForm (this.form, false);"
103 onload = "ReadForm (this.form, false);" >
104 3 cards &mdash; $20
106 <br>
109 <!--
110 <input type = "checkbox"
111 onclick = "ReadForm (this.form, false);"
112 value = "30 cards @120.00" checked>
113 30 LaserKards -- $120
114 &nbsp;
116 -->
118 &nbsp;
119 <!-- End of Options -->
121 <!-- Start of Text Input Fields -->
122 <br>
123 Line 1:&nbsp;&nbsp;
124 <input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
125 <!-- -->
126 <br>
127 <br>
128 Line 2:&nbsp;&nbsp;
129 <input type="text" id="Line 2" name="line_2b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)">
130 <!-- -->
131 <br>
133 <!-- -->
135 <!-- End of Text Input Fields -->
137 <br>
138 <input type = "checkbox" onclick = "ReadForm (this.form, false);" value = "( +0.01 ^__^ )">
139 Add a penny! ^__^
140 <br>
142 <br>
143 Total Cost:&nbsp; &nbsp;
144 <input class="nbor" type="text" name="tot" size="8" value="$125.00">
146 <br><br>
150 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
151 </form>
152 <!-- End of Form -->
155 </div>