|
|
|||
|
Web Site Design Samples |
Flash Web Site Design Samples |
Flash Intros |
Logo Samples |
Corporate Identities
Copyright © 2009. All Rights reserved.
|
%
if request("formsubmit")= "YES" then
msgbody = "Dear Mr Jesse, "
msgbody = msgbody + "You have a fedback from. "
msgbody = msgbody + "" & request("name") & " "
msgbody = msgbody + "We at Patertech would like to thank you for taking your time to express your opinion. "
msgbody = msgbody + "" & request("name") & ", your opinion will be posted on our site as soon as we review it.
"
msgbody = msgbody + ""
Dim oMail
Set oMail = server.CreateObject("MEMail.Message")
oMail.MailFrom = request("email")
oMail.MailFromDisplayName = request("email")
oMail.ContentType = "text/html;"
oMail.MailTo = "patertech@patertech.net"
oMail.Subject = "Feedback."
oMail.MessageBody = msgbody
oMail.SendMessage
msgbody = ""
msgbody = "Your feedback is very valuable to Us.
|
|
|||
|
Web Site Design Samples |
Flash Web Site Design Samples |
Flash Intros |
Logo Samples |
Corporate Identities
Copyright © 2009. All Rights reserved.
|