For July's javascript stat try
http://www.thecounter.com/stats/2002/July/javas.php
For any month statistics with javascript, java, os's, browsers, resolutions,
colordepth's
http://www.thecounter.com/stats/
(note, after clicking on the month, notice the yellow area on the right for choosing
the
Jim, et al --
...and then Jim Lundeen said...
%
% on a side note: does anyone know the % of people that actually disable
% javascript in their browser? can javascript actually be used to harm (lets
100% of the people on my computer do :-)
% pretend those annoying pop-up windows don't count!
9:42 PM
> To: Kipp, James
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: Checking Form data
>
>
> Kipp, James wrote:
>
> > What is the best way to validate form data. I have a form
> which the user
> > enters dates like '08/01/2002'. Wh
James; begin begin
> Subject: Re: Checking Form data
>
>
> on a side note: does anyone know the % of people that
> actually disable
> javascript in their browser? can javascript actually be used
> to harm (lets
> pretend those annoying pop-up windows don't c
Kipp, James wrote:
> What is the best way to validate form data. I have a form which the user
> enters dates like '08/01/2002'. What is the best way to make sure this
> format is entered. Should i use javascript here or regex?
i had some free time, so i decided to finish up some thoughts i have
>
>>>I have a form which the user
>>>enters dates like '08/01/2002'. What is the best way to make sure this
>>>format is entered. Should i use javascript here or regex?
>>
>
> None of them, you should create a select/opt menu.
> Then you even no need to check it, so you can put you focus
> to a
t; -Original Message-
> > From: John Griffiths [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, July 31, 2002 1:20 PM
> > To: Kipp, James
> > Cc: '[EMAIL PROTECTED]'
> > Subject: Re: Checking Form data
> >
> >
> > Although Perl/CPAN mak
> Sent: Wednesday, July 31, 2002 1:20 PM
> To: Kipp, James
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: Checking Form data
>
>
> Although Perl/CPAN makes some good form handling modules
> available I think that the more client side data checking you
> can do the better.
Although Perl/CPAN makes some good form handling modules available I think that the
more client side data checking you can do the better. For date input I'd go with
javascript, and
I'd use an input calendar to control the data. See, for example, a prototype I'm
working on at http://www.southwin
> > What is the best way to validate form data.
That would be a very very big topic here...
I can't show the method, but can share some steps.
Client Side
1. Check missing fields (Check it if js enabled)
2. Check pattern (js also do regex, but not powerful as Perl)
Server Side =
On Tue, 30 Jul 2002, Kipp, James wrote:
> What is the best way to validate form data. I have a form which the user
> enters dates like '08/01/2002'. What is the best way to make sure this
> format is entered. Should i use javascript here or regex?
I heard about and started using Data::FormValida
>
> Answering what I think you're asking: Client-side validation
> (javascript) is fine for avoiding an
> unnecessary trip to the server, but it's easily avoided --
> you can just turn javascript off.
> Therefore, server-side validation is mandatory lest you open
> up security holes.
thanks
--- "Kipp, James" <[EMAIL PROTECTED]> wrote:
> What is the best way to validate form data. I have a form which the user
> enters dates like '08/01/2002'. What is the best way to make sure this
> format is entered. Should i use javascript here or regex?
>
> Thanks
Answering what I think you're as
What is the best way to validate form data. I have a form which the user
enters dates like '08/01/2002'. What is the best way to make sure this
format is entered. Should i use javascript here or regex?
Thanks
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
14 matches
Mail list logo