Limit login attempts to a form using javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jananikrishnan
    New Member
    • Feb 2014
    • 1

    Limit login attempts to a form using javascript

    How to limit the number of login attempts to a form in a webpage? anyone please help me out...Thanks in advance
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    essentially, you need to do that server-side, as JavaScript could simply be disabled to circumvent any client-side checks.

    Comment

    Working...