<% fname=Request.Form("First_Name") lname=Request.Form("Last_Name") email=Request.Form("E_Mail") phone=Request.Form("Phone") saddress=Request.Form("Shipping_Address") saddress2=Request.Form("Shipping_Address2") scity=Request.Form("Shipping_City") sstate=Request.Form("Shipping_State") szip=Request.Form("Shipping_Zip") asame=Request.Form("chkAddress") baddress=Request.Form("Billing_Address") baddress2=Request.Form("Billing_Address2") bcity=Request.Form("Billing_City") bstate=Request.Form("Billing_State") bzip=Request.Form("Billing_Zip") payment=Request.Form("Payment") cname=Request.Form("Card_Name") cnumber=Request.Form("Card_Number") cexp=Request.Form("Exp1")+Request.Form("Exp2") items=Request.Form("Item_List") stotal=Request.Form("Sub_Total") tax=Request.Form("Tax") shipping=Request.Form("Shipping") total=Request.Form("Total") watotal=Request.Form("WA_Total") %> Thank You For Your Order
Site hosted by Angelfire.com: Build your free website today!
---> <% %> Thank You For Your Order