Guys
I want to call a vbscript sub which asks the user to cofirm something when they hit the form submit button. At the moment, the onclick attribute calls document.frm.submit(); however I want to ask the customer to confirm their action before submitting the document.
I know how to do this in vb but not in javascript. I'd prefer to use vbscript than javascript as I am more familiar with vb but I don't know how to call the sub from this onclick event.
Any ideas?!
Cheers
Peter




Reply With Quote