Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. karenken

    Putting images into response.write in aspmailer.asp

    Thanks Todd. This worked! I really appreciate your help!
  2. karenken

    Putting images into response.write in aspmailer.asp

    Can anyone answer this question? Will response.write work or is there another method I can use to display the logo on the receipt page?
  3. karenken

    Putting images into response.write in aspmailer.asp

    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(&quot;<div...
  4. karenken

    Making form fields required

    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!
  5. karenken

    &quot;How to mail a form to someone&quot;

    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...
  6. karenken

    Making form fields required

    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 &quot;-//W3C//DTD HTML 4.0...
  7. karenken

    Making form fields required

    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(&quot;<center><%=session(&quot;txtValidateError&quot;)%></Center>&quot;) 'be sure to start your formpageaddress with...
  8. karenken

    Making form fields required

    Where would I put this? In the html file or the asp file?
  9. karenken

    Making form fields required

    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...

Part and Inventory Search

Back
Top