Hi,
Only new to javascript., and most of my learning is from browsing for hints - but can't find an answer to this one.
I have an order form designed for my business, that runs a series of javascript statements for validation etc. However I want to add an event on submission, that comes up with a box confirming the order is about to be submitted once OK is pressed. I figured that I could somehow combine my onsubmit...
User Profile
Collapse
-
Click (alert) then submit
-
If value of text field
Hi,
I have the following code written...
Apart from my form calculating...Code:Totamt = eval(TotA) + eval(TotB) + eval(TotC) + eval(TotD) ; if (Code =="ABC") {Discount = Totamt * .05}; Totamt = Totamt - Discount; if (eval(Totamt) > 75) {Discount = Totamt * .1}; Totamt = Totamt - Discount;
No activity results to display
Show More