Re: Setting Requirements on Forms
From: Kevin Spencer (kevin_at_takempis.com)
Date: 02/13/04
- Next message: Ernie: "upgrading"
- Previous message: Kevin Spencer: "Re: ODD PROBLEM WITH JPG's"
- In reply to: Lisa: "Setting Requirements on Forms"
- Next in thread: Lisa: "Re: Setting Requirements on Forms"
- Reply: Lisa: "Re: Setting Requirements on Forms"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Feb 2004 11:27:45 -0500
FrontPage uses client-side JavaScript for form validation. The downside to
this is that a few people out there have JavaScript turned off in their
browsers. This prevents any validation from being run. However, it shouldn't
present a problem. After all, just having 16 digits doesn't make for a valid
CC number. It has to be verified by a CC Transaction Service to ensure this.
You need to use better validation for CC numbers. On the other hand, if this
is not an automatic transaction, again, it's not a problem. If you're
shipping some product, I'm sure you're checking the CC numbers when you put
in the orders, right? And I'm assuming that just because a CC number has 16
digits that you're not assuming it's valid, and shipping your product before
you verify the card number.
One additional note: I sure hope you're using SSL (Secure Sockets Layer) on
the form page that collects this CC information! Otherwise, you're
broadcasting all these people's CC information to the world.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "Lisa" <anonymous@discussions.microsoft.com> wrote in message news:f5d901c3f249$648b6fe0$a301280a@phx.gbl... > Hi, > I have created a form that collects credit card > information, and in the fields collecting the credit card > digits, I have set requirements so that the information > is entered correctly (i.e., min. and max. of 4 digits per > field). For some reason, there are still some entries > coming through on the form with missing digits. The data > is being collected in a MS Access database. Any ideas > how this could be happening? I have looked at the code, > and the requirements are in the scripting. And when I > have tested it on my computer, it works fine. > Thanks in advance for your help, > Lisa
- Next message: Ernie: "upgrading"
- Previous message: Kevin Spencer: "Re: ODD PROBLEM WITH JPG's"
- In reply to: Lisa: "Setting Requirements on Forms"
- Next in thread: Lisa: "Re: Setting Requirements on Forms"
- Reply: Lisa: "Re: Setting Requirements on Forms"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|