%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim formType, pageTitle, showForm showForm = "false" If Request.QueryString("formType") = "quote" Then showForm = "true" formType = "quote" pageTitle = "Quotation Request" Elseif Request.QueryString("formType") = "shipper" Then showForm = "true" formType = "shipper" pageTitle = "Shippers Letter Of Instruction" End If %>
|
||||||||||||||||||||||||||