Verififying Image Characters
am 29.04.2007 09:10:00 von rn5a
Nowadays, while registering at a site, an image with alphanumeric
characters is displayed to users who are asked to enter those
alphanumeric characters in a textbox to avoid automated registration.
Are such images generated dynamically? Or is it something like the
sites have thousands & thousands of images with random alphanumeric
characters at their disposal? I don't think it could be the latter
though I am not sure about it. Assuming that the images with
alphanumeric characters are generated dynamically, how can this be
done using ASP?
Moreover, the text entered by users are also validated against the
text on the image. How can this be done using ASP?
Thanks......
Re: Verififying Image Characters
am 29.04.2007 16:46:10 von Jon Paal
the "image" is generated dynamically.
google for :
asp captcha -.net
wrote in message news:1177830600.191915.281720@c35g2000hsg.googlegroups.com.. .
> Nowadays, while registering at a site, an image with alphanumeric
> characters is displayed to users who are asked to enter those
> alphanumeric characters in a textbox to avoid automated registration.
>
> Are such images generated dynamically? Or is it something like the
> sites have thousands & thousands of images with random alphanumeric
> characters at their disposal? I don't think it could be the latter
> though I am not sure about it. Assuming that the images with
> alphanumeric characters are generated dynamically, how can this be
> done using ASP?
>
> Moreover, the text entered by users are also validated against the
> text on the image. How can this be done using ASP?
>
> Thanks......
>