%
Dim action, strError, username, fromemail, toemail
action = request.querystring("action")
if action = "noinfo" then
username = request.querystring("username")
fromemail = request.querystring("fromemail")
toemail = request.querystring("toemail")
strError = "There are mistakes in the information you provided.
Please check and submit again."
end if
%>