| |
|
<% mode = Request.QueryString("mode")
Select Case mode
Case "buy"
id = Request.QueryString("id")
Call ShowBuy(id)
Case "info"
id = Request.QueryString("id")
Call ShowInfo(id)
Case "calc"
Call ShowCalc()
Case "ship"
Call ShowShipInfo()
Case "conf"
Call ShowConfirm()
Case "check"
Call ShowCheckout()
Case "done"
Call SaveOrder()
Case Else
%>
Gantry Group
Reports
|
|
|
Please call Gantry Group at 978-371-7557 for ordering information
|
<% Call ShowReports
End Select
%>
|
|
|
|
|
|
|