Re: error check problem
by "Phil Babcock" <pbabcock(at)bgsgroup.com>
|
| Date: |
Mon, 28 Aug 2000 14:53:35 -0400 |
| To: |
sales(at)webalchemy.on.ca, "hwg-languages(at)hwg.org" <hwg-languages(at)hwg.org> |
| References: |
on |
| |
todo: View
Thread,
Original
|
|
Hey
Change your "else ifs" to "elseif" and you should be all set.
if err_fname = "" then%> Please Fill in a First Name.
<% else If err_lname = "" then %> Please Fill in a Last Name.
<% else If err_email = "" then %> Please Fill in Your Email Address.
<% else If err_password1 = "" then %> Please Select a password.
<% else If err_password2 = "" then %> Please confirm your password.
<% else If err_schoolID = "null" then %> Please Select an Institution.
<% else If err_password1 <> err_password2 then %> Please Confirm your
>passwords match.
<% else
end if
%>
Phil Babcock
Lead Web Designer
BGS Group Inc.
HWG: hwg-languages mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.