When the user clicks submit, I am returning a page that says thank you, we'll be in touch shortly. I'd like to be able to display the logo at the top of the page. I've used this code to do it, but it errors out. It says it is looking for ')'.
response.write("<div...
The javascript validation script that pgferro gave me works and the aspmailer.asp file is doing what it's supposed to. The form is now working just the way I want it to. Thank you for all your help!
You might want to use aspmail if your Web pages are hosted on an NT server. Otherwise, formmail.pl, which is a CGI Perl script works for Unix servers. Formmail.pl is at http://worldwidemart.com/scripts/formmail.shtml. I got my aspmailer code from...
When I try to submit the code, it's telling me that the page cannot be displayed. Here is the entire code. I really think the problem is the <% and %> in the response.redirect code. It renders the rest of the page as text, not code.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0...
Hey Dennis, thanks for the code! This seems to be what I need. I'm not sure what to put in this code though:
response.redirect("<center><%=session("txtValidateError")%></Center>")
'be sure to start your formpageaddress with...
I have a simple form that a user fills out. When they click Submit, aspmailer.asp parses the form and then e-mails the results to my client. I need to make some of the fields on the form, such as name and e-mail, required fields. If they aren't completed, they can't send the form.
I've tried...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.