diff paypal/basic_acrylic_clear.paylist @ 4:c96cb4e773e5 laserkard

[svn r5] fully functional website.
author rlm
date Fri, 01 Jan 2010 01:19:49 -0500
parents
children 116b15d3d68c
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/paypal/basic_acrylic_clear.paylist	Fri Jan 01 01:19:49 2010 -0500
     1.3 @@ -0,0 +1,160 @@
     1.4 +
     1.5 +
     1.6 +
     1.7 +<!-- Start of Form -->
     1.8 +<!-- Note: target="paypal" was replaced with the variable target="_self" -->
     1.9 +<!-- Note: shopping_url also added to code -->
    1.10 +<!-- These two changes allow better functionality with IE and Firefox --> 
    1.11 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);">
    1.12 +<input type="hidden" name="add" value="1">
    1.13 +<input type="hidden" name="cmd" value="_cart">
    1.14 +<!--your email address goes here -->
    1.15 +<input type="hidden" name="business" value="laserkards@mit.edu">
    1.16 +<input type="hidden" name="item_name">
    1.17 +<input type="hidden" name="item_number" "WFB-1001">
    1.18 +<input type="hidden" name="amount">
    1.19 +<input type="hidden" name="currency_code" value="USD">
    1.20 +<input type="hidden" name="lc" value="US">
    1.21 +<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl">
    1.22 +<input type="hidden" name="cancel_return" value="http://www.laserkard.com">
    1.23 +<input type="hidden" name="return" value="http://www.laserkard.com">
    1.24 +<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted">
    1.25 +
    1.26 +
    1.27 +<!--   -->
    1.28 +<input type="hidden" name="baseamt" value="00">
    1.29 +<input type="hidden" name="basedes" value="Clarity LaserKard --- Basic Style">
    1.30 +<!--   -->
    1.31 +<input type="hidden" name="baseon0" value = "Line 1">
    1.32 +<input type="hidden" name="baseos0">
    1.33 +<input type="hidden" name="baseon1" value = "Line 2">
    1.34 +<input type="hidden" name="baseos1">
    1.35 +<input type="hidden" name="baseon2" value = "Line 3">
    1.36 +<input type="hidden" name="baseos2">
    1.37 +<input type="hidden" name="baseon3" value = "Line 4">
    1.38 +<input type="hidden" name="baseos3">
    1.39 +<input type="hidden" name="baseon4" >
    1.40 +<input type="hidden" name="baseos4">
    1.41 +<input type="hidden" name="baseon5" >
    1.42 +<input type="hidden" name="baseos5">
    1.43 +<input type="hidden" name="baseon6" >
    1.44 +<input type="hidden" name="baseos6">
    1.45 +<input type="hidden" name="baseon7" >
    1.46 +<input type="hidden" name="baseos7">
    1.47 +<input type="hidden" name="baseon8" >
    1.48 +<input type="hidden" name="baseos8">
    1.49 +<input type="hidden" name="baseon9" >
    1.50 +<input type="hidden" name="baseos9">
    1.51 +<input type="hidden" name="baseitn">
    1.52 +<!--   -->
    1.53 +<input type="hidden" name="on0">
    1.54 +<input type="hidden" name="os0">
    1.55 +<input type="hidden" name="on1">
    1.56 +<input type="hidden" name="os1">
    1.57 +<input type="hidden" name="on2">
    1.58 +<input type="hidden" name="os2">
    1.59 +<input type="hidden" name="on3">
    1.60 +<input type="hidden" name="os3">
    1.61 +<input type="hidden" name="on4">
    1.62 +<input type="hidden" name="os4">
    1.63 +<input type="hidden" name="on5">
    1.64 +<input type="hidden" name="os5">
    1.65 +<input type="hidden" name="on6">
    1.66 +<input type="hidden" name="os6">
    1.67 +<input type="hidden" name="on7">
    1.68 +<input type="hidden" name="os7">
    1.69 +<input type="hidden" name="on8">
    1.70 +<input type="hidden" name="os8">
    1.71 +<input type="hidden" name="on9">
    1.72 +<input type="hidden" name="os9">
    1.73 +<!--   -->
    1.74 +
    1.75 +<!--   
    1.76 +Select Size:&nbsp;&nbsp;
    1.77 +<select name="Size" onchange="ReadForm (this.form, false);">
    1.78 +  <option value="Please Choose" selected>Please Choose</option>
    1.79 +  <option value="Small @25.00">Small - $25.00</option>
    1.80 +  <option value="Medium @30.00">Medium - $30.00</option>
    1.81 +  <option value="Large @35.00">Large - $35.00</option>
    1.82 +  </select>
    1.83 +<!--   -->
    1.84 +<br>
    1.85 +<h1>Clarity LaserKard --- Basic Style</h1>
    1.86 +
    1.87 +
    1.88 +
    1.89 +<!-- Start of Options  -->
    1.90 +
    1.91 +    
    1.92 +    <input type="radio" name = "whatev"
    1.93 +
    1.94 +	value="40 cards @125.00"   "CHECKED"
    1.95 +	onclick = "ReadForm (this.form, false);"
    1.96 +	onload = "ReadForm (this.form, false);" >
    1.97 +	40 cards -- $125
    1.98 +	
    1.99 +	<br>
   1.100 +	
   1.101 +    
   1.102 +    <input type="radio" name = "whatev"
   1.103 +
   1.104 +	value="3 cards @15.00"   
   1.105 +	onclick = "ReadForm (this.form, false);"
   1.106 +	onload = "ReadForm (this.form, false);" >
   1.107 +	3 cards -- $15
   1.108 +	
   1.109 +	<br>
   1.110 +	
   1.111 +
   1.112 +<!--
   1.113 +<input type     = "checkbox"
   1.114 +       onclick  = "ReadForm (this.form, false);" 
   1.115 +       value    = "30 cards @120.00" checked>
   1.116 +30 LaserKards -- $120
   1.117 + &nbsp;
   1.118 + 
   1.119 +-->
   1.120 +
   1.121 + &nbsp;
   1.122 +<!-- End of Options  -->
   1.123 +
   1.124 +<!-- Start of Text Input Fields -->
   1.125 +<br>
   1.126 +Line 1:&nbsp;&nbsp;
   1.127 +<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
   1.128 +<!--   -->
   1.129 +<br>
   1.130 +<br>
   1.131 +Line 2:&nbsp;&nbsp;
   1.132 +<input type="text" id="Line 2" name="line_2b" size="20" value = "MI6" ONFOCUS="clearDefault(this)">
   1.133 +<!--   -->
   1.134 +<br>
   1.135 +<br>
   1.136 +Line 3:&nbsp;&nbsp;
   1.137 +<input type="text" id="Line 3" name="line_3b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)">
   1.138 +<!--   -->
   1.139 +<br>
   1.140 +<br>
   1.141 +Line 4:&nbsp;&nbsp;
   1.142 +<input type="text" id="Line 4" name="line_4b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)">
   1.143 +<!--   -->
   1.144 +<br>
   1.145 +
   1.146 +<!--   -->
   1.147 +
   1.148 +<!-- End of Text Input Fields -->
   1.149 +
   1.150 +
   1.151 +<br>
   1.152 +Total Cost:&nbsp; &nbsp;
   1.153 +<input class="nbor" type="text" name="tot" size="8" value="$125.00">
   1.154 +
   1.155 +<br><br>
   1.156 +
   1.157 +
   1.158 +
   1.159 +<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   1.160 +</form>
   1.161 +<!-- End of Form -->
   1.162 +       
   1.163 +