iisCART Documentation | ![]() |
iisCART DISPLAYCART.ASP |
DisplayCart.asp Source |
<HTML> <HEAD> <TITLE>DisplayCart.asp</TITLE> </HEAD> <body link="#000000" bgcolor="#57C4D2" vlink="#000000" alink="#FFFFFF"> <CENTER> <% Session("Cart").SetTableProperties "100%", 2, 0, 1 Session("Cart").Color = "#C0C0C0" Session("Cart").HeaderColor = "#FFFFFF" Session("Cart").SetFont "Tahoma, Arial", 3 Session("Cart").DisplayCart "Item ID, Description" %> <P> <A HREF="Store.htm">Continue shopping</A> <P> <A HREF="CheckOut.asp">Check out</A> </CENTER> </BODY> </HTML> |
Methods / Properties / Objects used: |
SetTableProperties Color HeaderColor SetFont DisplayCart |
Description / Comments: |
DisplayCart.asp first sets a number of properties for how we would like the cart to display then it invokes the displaycart method. A link is provided back to the store in addition to a 'Check out' link. |
© Corporate Web Solutions 1998, 1999. | ![]() |