Link to home
Start Free TrialLog in
Avatar of nurbahiyah
nurbahiyah

asked on

disactivate button submit if valueA<valueB

hello experts

i'm doing a small JSP-MYSQL project.

i have a payment page that displays a 'balAcc' and a 'total' field.

the 'balAcc' is from table reg while 'total' is from table svc.

i need to disactivate the submit button if the value of 'balAcc' is less than value of 'total'.

------------------------------------------------------------------------------------------------
if  the value of 'balAcc' is greater than 'total', the submit button is enabled and i need to display the total in a redirected page, together with date and time upon the user click on button submit.

the date and time is equals to the date and time the user clicked on the submit button.


please..please..please.. help. thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Esopo
Esopo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial