wayner
Posts: 37
|
| Posted: 03/10/2007, 10:30 PM |
|
CodeChargers,
I have seen some limited discussion of captcha for ASP but nothing very concrete.
I have researched many options but have not had much success of implementing the code.
Would someone please recommend a functional "FREE" captcha application and include a code sample created for and within an input form generated by CodeCharge Studio?
Any help would be appreciated.
Thanks in advance,
Wayner
_________________
Have it your way, sort of!
1. You can have it fast.
2. You can have it cheap.
3. You can have it accurate.
Pick 2 out of the 3! |
 |
 |
wayner
Posts: 37
|
| Posted: 03/20/2007, 1:15 PM |
|
Fellow CodeCharger,
I can't believe no one has implemented CAPTCHA in ASP CodeCharge Studios YET!
Does anyone have a sample they would be willing to share?
Thanks,
WayneR
_________________
Have it your way, sort of!
1. You can have it fast.
2. You can have it cheap.
3. You can have it accurate.
Pick 2 out of the 3! |
 |
 |
wkempees
|
| Posted: 03/20/2007, 1:51 PM |
|
Using the Search facility, Search in Top Menu of the forum, I got you hese:
http://forums.codecharge.com/search.php?s_keyword=captc...[]=21&s_period=
Although the solution is not in there, it gives some pointers.
Basically you just need an entry field with a given value (known to you)
displayed in a decently garbled way.
Upon entry you test entered value against you "known"value and decide wether
to allow access or not.
So, generate a value, store it, validate against entry field.
Now next you need to show your user the known value in a "garbled way" that
would be an image displaying your "known"value.
That could be gogled for I think.
http://www.motobit.com/util/captcha/ http://www.u229.no/stuff/Captcha/ one I liked http://www.tipstricks.org/
found using http://www.google.nl/search?hl=nl&q=captcha+ASP&meta=
Walter
"wayner" <wayner@forum.codecharge> schreef in bericht
news:645f3a1ffa24d0@news.codecharge.com...
> CodeChargers,
>
> I have seen some limited discussion of captcha for ASP but nothing very
> concrete.
> I have researched many options but have not had much success of
> implementing
> the code.
>
> Would someone please recommend a functional "FREE" captcha application
> and
> include a code sample created for and within an input form generated by
> CodeCharge Studio?
>
> Any help would be appreciated.
>
> Thanks in advance,
> Wayner
> _________________
> Have it your way, sort of!
> 1. You can have it fast.
> 2. You can have it cheap.
> 3. You can have it accurate.
> Pick 2 out of the 3!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|