<%
result = Request("result")
if (result<>"") then
if (result="1") then
alertMessage = "File not found."
elseIf (result="2") then
alertMessage = "Error occured while sending mail."
elseIf (result="3") then
alertMessage = "Your information was successfully sent."
end if
%>
<%
end if
%>