<% ' Comersus Shopping Cart ' Comersus Open Technologies ' United States ' Software License can be found at License.txt ' http://www.comersus.com %> <% on error resume next dim mySQL, connTemp, rsTemp pIdDbSession = checkSessionData() pIdDbSessionCart = checkDbSessionCartOpen() ' get user inputs session("discountCode") ="" call closeDb() response.redirect "comersus_showCart.asp" %>