Example 7
| Item description |
Select desired Upgrades |
Click to add to cart |
| ACME Searchtub |
The code used to create this page can be found below.
Portions in bold are required by the cart, while the rest is for page layout only.
|
<table border=10 cellspacing=0 cellpadding=6 width="100%">
<tr bgcolor="lightyellow">
<td><font face="Verdana" size=-2>Part Number</font></td>
<td><font face="Verdana" size=-2>Item description</font></td>
<td><font face="Verdana" size=-2>Select desired model</font></td>
<td><font face="Verdana" size=-2>Click to add to cart</font></td>
</tr>
<tr bgcolor="lightblue">
<td align=center>
<font face="Verdana" size=-1>ACME-ST</font>
</td>
<td align=center>
<font face="Verdana" size=-1>ACME Searchtub</font>
</td>
<form method=POST action=http://www.cartmanager.net/cgi-bin/cart.cgi>
<td align="left">
<input type=hidden name="AddItem" value="demo|Monster Truck 4x4<BR><LI>VARFrill1|1|ST01||UPS Ground -- Residential|80">
<select name=VARFrill1>
<option value="ERROR: Please select a body size VARFrill2">Select Size</option>
<option value="Small<BR><LI>VARFrill2 ">Small Body</option>
<option value="Medium<BR><LI>VARFrill2 +100">Medium Body add $100</option>
<option value="Large<BR><LI>VARFrill2 +200">Large Body add $200</option>
</select>
<select name=VARFrill2>
<option value="ERROR: Please select your tires VARFrill3">Select Tires</option>
<option value="All Terrain Tires<BR><LI>VARFrill3">All Terrain Tires</option>
<option value="Slicks<BR><LI>VARFrill3 +100">Slicks add $100</option>
<option value="Paddle Tires<BR><LI>VARFrill3 +100">Paddle Tires add $110</option>
</select>
<select name=VARFrill3>
<option value="ERROR: Please select a rim style">Select Rims</option>
<option value="Normal Rims|900 + 0.00">Normal Rims</option>
<option value="Chrome Rims|900 + 100">Chrome Rims add $100</option>
</select>
</td>
<td align=center>
<input type=image border=0 name="submit" src="../images2/add.gif" width="100" height="52">
</td>
</form>
</tr>
</table>
|
|
|