Hello,
To create for example an account on many websites (yahoo, etc) users must type some words displayed as image in ordrer to avoid account creation by automate and robot.
i want to do the same things in may asp.net application but i don't know how to do this.
I plan to use the following method :
1. create first a multiple image with differents words, one by image.
2. store these images into my application
3. create a function which display on my page each image using a random selection
4. Create a corresponding array between image and text. For example the ID of my image1 is Img1, and so on
My array will be :
Key value
Img1 TOTO
Img2 SREDEREO
Therefore, if image1 is displayed i check i ...
Go to the complete details ...