%@LANGUAGE="VBSCRIPT"%> <% error_num = Request.Querystring("error_num") if error_num = "1" then msg = "No search criteria entered." elseif error_num = "2" then msg = "No matching records found." else msg = "" end if %>
Check Permit Status<%=msg%> |