iisCART™ Documentation

 

iisCART ADDTOCART.ASP

AddToCart.asp Source
<%response.buffer = true%>

<HTML>
<HEAD>
<TITLE>Document Title</TITLE>
</HEAD>
<body link="#000000" bgcolor="#57C4D2" vlink="#000000" alink="#FFFFFF">
<CENTER>

<% Session("Cart").AddToCart %>

<% response.redirect "displaycart.asp" %>

</CENTER>
</BODY>
</HTML>
 
Methods / Properties / Objects used:
AddToCart
 
Description / Comments:
AddToCart.asp calls the addtocart method.  Data from forms and query strings in the store.htm is passed to this file.  The other ASP code is set to display the cart automatically after an item is added.

 

© Corporate Web Solutions 1998, 1999.