Example 2
 ACME Searchtub |
Monster Truck 4x4 Tracker
This wonderful little tub loves running around with the big boys.
|
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="lightblue">
<td align=center>
<font face="Verdana" size=-1><img src="../images2/searchtub.jpg" height=150 width=120><br>
ACME Searchtub</font>
</td>
<td align="left">
Monster Truck 4x4 Tracker<br><br>
This wonderful little tub loves running around with the big boys.<br><br><br><br>
<form method=POST action=http://www.cartmanager.net/cgi-bin/cart.cgi>
<input type=hidden name=AddItem1 value="demo|Monster Truck 4x4 Tracker|900.00|1|ST01||VARShipping|80">
<select name="VARShipping">
<option value="UPS Ground -- Residential">UPS Ground</option>
<option value="UPS Next Day Air">UPS Next Day Air</option>
<option value="UPS 2nd Day Air">UPS 2nd Day Air</option>
</select><br>
<input type=image border=0 name="submit" src="../images2/add.gif" width="100" height="52">
</form>
</td>
</tr>
</table>
|
|
|