If I did not want to redirect the user to an ASP page telling them that a field in a form can not be left blank, but rather have a Pop-up messege box display "The Account Number field can not be blank"
I'm not sure of the syntax using the code below:
if request.form("accnumber" = "" then
response.redirect "accnumber.asp"
end if
Thanks in advance.
QUOTE OF THE DAY
Not to know if bad; not to wish to know is worse.
<%
Jr Clown
%>
I'm not sure of the syntax using the code below:
if request.form("accnumber" = "" then
response.redirect "accnumber.asp"
end if
Thanks in advance.
QUOTE OF THE DAY
Not to know if bad; not to wish to know is worse.
<%
Jr Clown
%>