view paypal/lines_acrylic_clear.paylist @ 22:3298256dd459 laserkard

[svn r23] did much cosmetic work.
author rlm
date Sun, 03 Jan 2010 03:36:21 -0500
parents 839533015ed3
children 707d202f58b1
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 Lines Style">
27 <!-- -->
28 <input type="hidden" name="baseon0" value = "Line 1 (James Bond)">
29 <input type="hidden" name="baseos0">
30 <input type="hidden" name="baseon1" value = "Line 2 (Secret Agent)">
31 <input type="hidden" name="baseos1">
32 <input type="hidden" name="baseon2" value = "Line 3 (MI6)">
33 <input type="hidden" name="baseos2">
34 <input type="hidden" name="baseon3" value = "Line 4 (123.456.7890)">
35 <input type="hidden" name="baseos3">
36 <input type="hidden" name="baseon4" value = "Line 5 (jbond@domain.com)">
37 <input type="hidden" name="baseos4">
38 <input type="hidden" name="baseon5" value = "Line 6 (www.domain.com)">
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 <!-- -->
71 <h1>Clarity LaserKard Lines Style</h1>
73 <!-- Start of Options -->
76 <input type="radio" name = "whatev"
78 value="40 cards @125.00" "CHECKED"
79 onclick = "ReadForm (this.form, false);"
80 onload = "ReadForm (this.form, false);" >
81 40 cards &mdash; $125
83 <br>
86 <input type="radio" name = "whatev"
88 value="4 cards @30.00"
89 onclick = "ReadForm (this.form, false);"
90 onload = "ReadForm (this.form, false);" >
91 4 cards &mdash; $30
93 <br>
96 <!--
97 <input type = "checkbox"
98 onclick = "ReadForm (this.form, false);"
99 value = "30 cards @120.00" checked>
100 30 LaserKards -- $120
101 &nbsp;
103 -->
105 &nbsp;
106 <!-- End of Options -->
108 <!-- Start of Text Input Fields -->
109 <br>
110 Line 1 (James Bond):&nbsp;&nbsp;
111 <input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
112 <!-- -->
113 <br>
114 <br>
115 Line 2 (Secret Agent):&nbsp;&nbsp;
116 <input type="text" id="Line 2 (Secret Agent)" name="line_2b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)">
117 <!-- -->
118 <br>
119 <br>
120 Line 3 (MI6):&nbsp;&nbsp;
121 <input type="text" id="Line 3 (MI6)" name="line_3b" size="20" value = "MI6" ONFOCUS="clearDefault(this)">
122 <!-- -->
123 <br>
124 <br>
125 Line 4 (123.456.7890):&nbsp;&nbsp;
126 <input type="text" id="Line 4 (123.456.7890)" name="line_4b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)">
127 <!-- -->
128 <br>
129 <br>
130 Line 5 (jbond@domain.com):&nbsp;&nbsp;
131 <input type="text" id="Line 5 (jbond@domain.com)" name="line_5b" size="20" value = "jbond@domain.com" ONFOCUS="clearDefault(this)">
132 <!-- -->
133 <br>
134 <br>
135 Line 6 (www.domain.com):&nbsp;&nbsp;
136 <input type="text" id="Line 6 (www.domain.com)" name="line_6b" size="20" value = "www.domain.com" ONFOCUS="clearDefault(this)">
137 <!-- -->
138 <br>
140 <!-- -->
142 <!-- End of Text Input Fields -->
145 <br>
146 Total Cost:&nbsp; &nbsp;
147 <input class="nbor" type="text" name="tot" size="8" value="$125.00">
149 <br><br>
153 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
154 </form>
155 <!-- End of Form -->
158 </div>