%@ EnableSessionState=True Language=VBScript %> <% '''''''''''''''''''''''''''''''''''''''''''''''''''' ' Modify the value of the SKU var below to it's appropriate value. SKU = "JP2007" ' Do not modify any asp code below this line. '''''''''''''''''''''''''''''''''''''''''''''''''''' %> <% Call BuildPacketSupplies (SKU) If Session ("ErrorFlag") = 1 Then Response.Write (Session ("Text")) Else %>
|
||||||||||||||||