comparison paypal/BASE.paylist @ 23:707d202f58b1 laserkard

[svn r24] added.... ARROWS~!
author rlm
date Sun, 03 Jan 2010 08:30:32 -0500
parents 3298256dd459
children 2979a76e3fdf
comparison
equal deleted inserted replaced
22:3298256dd459 23:707d202f58b1
1
2 <div id = "i_inputbox"> 1 <div id = "i_inputbox">
3 2 <titletron>PERL::TITLE</titletron>
3 <br><BR>
4 <!-- Start of Form --> 4 <!-- Start of Form -->
5 <!-- Note: target="paypal" was replaced with the variable target="_self" --> 5 <!-- Note: target="paypal" was replaced with the variable target="_self" -->
6 <!-- Note: shopping_url also added to code --> 6 <!-- Note: shopping_url also added to code -->
7 <!-- These two changes allow better functionality with IE and Firefox --> 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);"> 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"> 9 <input type="hidden" name="add" value="1">
10 <input type="hidden" name="cmd" value="_cart"> 10 <input type="hidden" name="cmd" value="_cart">
11 <!--your email address goes here --> 11 <!--your email address goes here -->
12 <input type="hidden" name="business" value="laserkards@mit.edu"> 12 <input type="hidden" name="business" value="laserkards@mit.edu">
13 <input type="hidden" name="item_name"> 13 <input type="hidden" name="item_name">
14 <input type="hidden" name="item_number" "WFB-1001"> 14 <input type="hidden" name="item_number">
15 <input type="hidden" name="amount"> 15 <input type="hidden" name="amount">
16 <input type="hidden" name="currency_code" value="USD"> 16 <input type="hidden" name="currency_code" value="USD">
17 <input type="hidden" name="lc" value="US"> 17 <input type="hidden" name="lc" value="US">
18 <input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 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"> 19 <input type="hidden" name="cancel_return" value="http://www.laserkard.com">
66 <input type="hidden" name="on8"> 66 <input type="hidden" name="on8">
67 <input type="hidden" name="os8"> 67 <input type="hidden" name="os8">
68 <input type="hidden" name="on9"> 68 <input type="hidden" name="on9">
69 <input type="hidden" name="os9"> 69 <input type="hidden" name="os9">
70 <!-- --> 70 <!-- -->
71 <h1>PERL::TITLE</h1> 71
72 72
73 <!-- Start of Options --> 73 <!-- Start of Options -->
74 74
75 PERL::PAYMENT 75 PERL::PAYMENT
76 <!-- 76 <!--
95 <br> 95 <br>
96 Total Cost:&nbsp; &nbsp; 96 Total Cost:&nbsp; &nbsp;
97 <input class="nbor" type="text" name="tot" size="8" value=PERL::INITIAL_COST> 97 <input class="nbor" type="text" name="tot" size="8" value=PERL::INITIAL_COST>
98 98
99 <br><br> 99 <br><br>
100 <div id = "buttoncon">
101 <div id="crush">
102 Please Wait...
103 </div>
104
105 <div id="vanish">
106 <input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
107 </div>
100 108
101 109
102 110
103 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 111 </div>
112
104 </form> 113 </form>
105 <!-- End of Form --> 114 <!-- End of Form -->
106 115
107 116
108 </div> 117 </div>