")
Response.Write("INSURANCE INFORMATION: ")
if STRinsurance = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Insurance Company: " & STRinsurance & " ")
if STRinscity = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("City: " & STRinscity & " ")
if STRcountry = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Country/Region: " & STRcountry & " ")
if STRno = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Policy/Certificate No.: " & STRno & "
")
Response.Write("LOSS INFORMATION: ")
if STRcommodity = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Cargo: " & STRcommodity & " ")
if STRlocation = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Location of Cargo: " & STRlocation & " ")
if STRvalue = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Contact Person: " & STRclaimper & " ")
if STRvalue = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Phone number: " & STRclaimphone & " ")
if STRvalue = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Value of Shipment: " & STRvalue & " ")
if STRestamount = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Estimated Loss Amount: " & STRestamount & " ")
if STRtext = "" then
STRcolor = "FF0000"
STRerror = 1
else
STRcolor = "000000"
end if
Response.Write("Loss/Damage: " & STRtext & " ")
Response.Write("
")
' if error ------------------------------------------------------------------------------------------------------------
'
if STRerror = 1 then
Response.Write("Please Re-enter the following information:")
%>
<%
' If no error -----------------------------------------------------------------------------------------------------
'
else
'
'
%>
<%
end if
' (above) end if no error
'
end if
' (above) end if action = submitted
'
%>