![]() |
|||||||||
| ABOUT | MUSIC | MYSPACE | SHOWS | CONTACT | |||||
|
|
<%
if Request.Form("isSubmitted")="yes" then
Dim fname,lname,email,comm
Dim myMail
fname = Request.Form("First_Name")
lname = Request.Form("Last_Name")
email = Request.Form("Email")
comm = Request.Form("Comment")
Set myMail = CreateObject("CDO.Message")
myMail.From = email
myMail.To = "info@kachilive.com"
myMail.Cc = "kachi2000@hotmail.com"
myMail.Bcc = ""
myMail.Subject = "Submitted form data from my page"
myMail.Body = "Name: " & fname & " " & lname " Email address: " & email & " Comment: " & comm & "
myMail.BodyFormat = 1
myMail.MailFormat = 1
myMail.Send
Response.Write = ("Thanks for stopping by!")
end if
%>
|||||||||
|
|
|||||||||
|
Home | About | Music | MySpace |Shows| News | Contact | Archives | Links Copyright © 2006. Last updated -12/21/06 designed by Ka-Chi |
|||||||||
|
|
|
|
|
|
|
|
|
|
|