This the add to cart button
<form name='cartadd' method='post' action='http://store.dreambirthday.net/servlet/Cart'>
<input type='hidden' name="smode" value="add" />
<input type="hidden" name="product_no" value="2610" />
<p>
<input type="submit" value="Add To Cart" style="width: 100px; height: 23px; border-style:outset;border-color:fuchsia" /></p>
</form>
This is the view cart button
<form name='viewcart' method='post' action='http://store.dreambirthday.net/servlet/Cart'>
<p>
<input type="submit" value="View Cart" style="width: 100px; height: 23px; border-style:outset;border-color:fuchsia" /></p>
</form>