<% If Request.QueryString("Err") = "NotEnoughInfo" Then Response.Write "All fields are required!" ElseIf Request.QueryString("Err") = "InvalidEmail" Then Response.Write "Invalid Email Address!" End If %>
Please briefly state the questions/problems: