Hi ASP and HTML pros !
I want to do TWO things when the Submit button is clicked:
- bring up another ASP form
- and send an email (the email text message would always be the same)
I tried this (below): The Verify.ASPcame up but no email, no error message.
Am I asking for the impossible?
Thanks for any tips. John
<FORM ACTION="ISSystemsAccessVerify.ASP" NAME="frmUser" METHOD="POST"
ACTION="mailto:john.bates@electrolux.com" METHOD="POST"
onSubmit="return ValidateInput()">
I want to do TWO things when the Submit button is clicked:
- bring up another ASP form
- and send an email (the email text message would always be the same)
I tried this (below): The Verify.ASPcame up but no email, no error message.
Am I asking for the impossible?
Thanks for any tips. John
<FORM ACTION="ISSystemsAccessVerify.ASP" NAME="frmUser" METHOD="POST"
ACTION="mailto:john.bates@electrolux.com" METHOD="POST"
onSubmit="return ValidateInput()">