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 with an onclick, but not exactly sure how to do it. Can somebody help out?
Thanks
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 with an onclick, but not exactly sure how to do it. Can somebody help out?
Thanks
Comment