Click here to Skip to main content
15,885,132 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Any one please help me to find the mistake.

I have created New Account Creation Form. While clicking the SignUp button OnClick event does not triggering and it doesn't show any error and warning msg. I can't attach my codings here because coding contents are very large.
Posted

1 solution

You did not specify: "onclick" of what element? Anyway, you did not provide any code sample, so what would you expect? Chances are, you rather need to handle a different event, onsubmit:
http://www.w3schools.com/jsref/event_form_onsubmit.asp[^].

However, onclick event certainly works, no doubt. I don't know how exactly could you screw up it, but it might happen. :-)

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900