How can I limit the number of the applicatin' login trying ?

  • Thread starter Thread starter ÷èÁé
  • Start date Start date
÷

÷èÁé

I give a login form for my application,
and I give 3 times to the app's user,
if he input his name and pwd out 3 times,
the login form will closed .
how can I do it ?
 
Hi,
I give a login form for my application,
and I give 3 times to the app's user,
if he input his name and pwd out 3 times,
the login form will closed .
how can I do it ?

Just declare a variable in the form and with each try you count up and check
if the max number is reached ...???

Regards,

Frank Eller
www.frankeller.de
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top