Guest User

Untitled

a guest
Mar 27th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function callformsubmit()
  2. {
  3.  
  4. var validatecpathca = ValidCaptcha();
  5.  
  6. if(!validatecpathca)
  7. {
  8. alert('Capthcha mismatch');
  9. DrawCaptcha();
  10. $('#loginCaptchaCode').val('');
  11. }
  12. else
  13. {
  14. // do form submit here
  15. }
  16.  
  17. }
Add Comment
Please, Sign In to add comment