Mercurial > laserkard
comparison paypal/BASE.paylist @ 28:5b5c03a850b9 laserkard
[svn r29] upgraded to work with Internet Explorer
author | rlm |
---|---|
date | Mon, 04 Jan 2010 21:12:22 -0500 |
parents | 2979a76e3fdf |
children | 0deeb2d5d1db |
comparison
equal
deleted
inserted
replaced
27:36ec0abfe570 | 28:5b5c03a850b9 |
---|---|
1 <div id = "i_inputbox"> | 1 <div id = "i_inputbox"> |
2 <titletron>PERL::TITLE</titletron> | 2 |
3 <br><BR> | 3 <h1>PERL::TITLE</h1> |
4 | |
5 <br><br> | |
4 <!-- Start of Form --> | 6 <!-- Start of Form --> |
5 <!-- Note: target="paypal" was replaced with the variable target="_self" --> | 7 <!-- Note: target="paypal" was replaced with the variable target="_self" --> |
6 <!-- Note: shopping_url also added to code --> | 8 <!-- Note: shopping_url also added to code --> |
7 <!-- These two changes allow better functionality with IE and Firefox --> | 9 <!-- 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);"> | 10 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> |
71 | 73 |
72 | 74 |
73 <!-- Start of Options --> | 75 <!-- Start of Options --> |
74 | 76 |
75 PERL::PAYMENT | 77 PERL::PAYMENT |
76 <!-- | 78 |
77 <input type = "checkbox" | |
78 onclick = "ReadForm (this.form, false);" | |
79 value = "30 cards @120.00" checked> | |
80 30 LaserKards -- $120 | |
81 | |
82 | |
83 --> | |
84 | 79 |
85 | 80 |
86 <!-- End of Options --> | 81 <!-- End of Options --> |
87 | 82 |
88 <!-- Start of Text Input Fields --> | 83 <!-- Start of Text Input Fields --> |
105 <div id="vanish"> | 100 <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"> | 101 <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> | 102 </div> |
108 | 103 |
109 | 104 |
105 | |
110 | 106 |
111 </div> | 107 </div> |
112 | 108 |
113 </form> | 109 </form> |
114 <!-- End of Form --> | 110 <!-- End of Form --> |