Would you send the completed code after you have it working, as I need to complete the same task? Thank You.
-----Original Message----- From: GJ [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 7:43 PM To: [EMAIL PROTECTED] Subject: Re: [AspClassicAnyQuestionIsOk] Response.Redirect Response.Redirect("thankyou.asp") With objMessage .Configuration = objConfig .To = "<your email address>" .From = "<user's email address>" .Subject = "You have mail!" .HTMLBody = "<Body>" .Send End With Note: At the HTMLBody, you can retrieve all the details from the form and design it the way you like. I'm not sure where to place it best but i recommend that you put the mail sending after the redirecting. On Tue, 23 Nov 2004 10:22:28 -0000, herbstheike <[EMAIL PROTECTED]> wrote: > > > Very simple question, I would like to redirect my user to > another "thank you" page but then also email the form details to > myself. I need to know ehere to place the code aswell. > > Thanks > > > > > > > > > Yahoo! Groups Sponsor > > ADVERTISEMENT > > > ________________________________ > Yahoo! Groups Links > > To visit your group on the web, go to: > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/> > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. -- GJ Bondoc 15 V. Luciano St. Proj. 4 Q.C. Tel#: 9118586 Cell#: 09274684926 e-mail: [EMAIL PROTECTED] Yahoo! Groups Sponsor <http://us.ard.yahoo.com/SIG=129hsdo71/M=296572.5585671.6651487.3001176/D=gr oups/S=1705006764:HM/EXP=1101343379/A=2343726/R=0/SIG=12ij18tov/*http://clk. atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=1101256979065375> <http://us.ard.yahoo.com/SIG=129hsdo71/M=296572.5585671.6651487.3001176/D=gr oups/S=1705006764:HM/EXP=1101343379/A=2343726/R=1/SIG=12ij18tov/*http://clk. atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=1101256979065375> Get unlimited calls to U.S./Canada <http://view.atdmt.com/VON/view/yhxxxvon01900091von/direct/01/&time=11012569 79065375> <http://us.adserver.yahoo.com/l?M=296572.5585671.6651487.3001176/D=groups/S= :HM/A=2343726/rand=448029152> _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/> * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] cribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
