d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Javascript Help > For 1.5k Fg
Add Reply New Topic New Poll
Member
Posts: 698
Joined: Jun 9 2012
Gold: 5,996.00
Mar 23 2014 02:25am
I have a page with a form that calculates mortgage payment based on property value, down payment, interest rate, etc... and I need JavaScript functions to validate the information entered from the client and display errors if there are any, before sending it to the CGI. PM me for full details if interested
Member
Posts: 1,945
Joined: Apr 19 2007
Gold: 1,978.90
Mar 26 2014 08:52pm
If you wanna try your self, maybe this'll help:
http://jqueryvalidation.org/
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Mar 27 2014 07:49am
Quote (deepee @ Mar 23 2014 02:25am)
I have a page with a form that calculates mortgage payment based on property value, down payment, interest rate, etc... and I need JavaScript functions to validate the information entered from the client and display errors if there are any, before sending it to the CGI. PM me for full details if interested


just pointing this out if you don't already know, this alone won't validate, data should also be validated server side
Member
Posts: 2,217
Joined: Sep 10 2007
Gold: 35.88
Mar 27 2014 08:08am
Do you know what you need to validate and what checks you want to use?

This post was edited by grievance on Mar 27 2014 08:09am
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll