View Single Post
  #2 (permalink)  
Old 04-27-2007, 05:50 PM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
You will need to use standard Java API to generate the validation image. Then you will show that image to the user for validation. And since you know what you wrote to the image, you can verify it easily!

And check these tips to see which API calls you will use basically..
Reply With Quote