Forums

This topic is locked

Message sent page

Posted 06 May 2003 01:54:21
1
has voted
06 May 2003 01:54:21 Steve Punter posted:
Hey all.
I am using dreamweaver 4, and was wondering... after clicking submit on a form page, is it possible to get a "message sent" page come up?
any help appreciated

Replies

Replied 06 May 2003 15:05:57
06 May 2003 15:05:57 Jonathan Danylko replied:
It depends on which server model you are using (We'll go with ASP for right now) <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

www.aspfaq.com/show.asp?id=2026


Replied 06 May 2003 15:11:50
06 May 2003 15:11:50 Jonathan Danylko replied:
Whoops..wrong URL and forgot the rest of my message...

www.aspfaq.com/show.asp?id=2119

Use some of the other third-party components. CDONTS was a quick example, but come to think of it, I don't think it's used in Windows XP.

The third-party components let you know whether your e-mail went through or not.

&lt;%
if oMail.SendMail then
Response Redirect "messageAccepted.asp"
else
Response Redirect "messageFailed.asp"
end if
%&gt;

Hope this helps.

L8R,
Vito

Replied 06 May 2003 22:20:36
06 May 2003 22:20:36 Steve Punter replied:
cheers. will give it a go!

Reply to this topic