You are visitor number Hit Counter


<% if request.querystring("Action") = "Send" then dim msgBody msgBody = "" for each item in Request.Form msgBody = msgBody & item & "=" & Request.Form(item) & Chr(13) next msgTo = "info@" & mid(strServerName,5,45) Dim myCDO Set myCDO = Server.CreateObject("CDONTS.NewMail") myCDO.Send "My Web Page", msgTo,"Web Page Status", msgBody Set myCDO = nothing Select Case Err.number Case 0: 'EVERYTHING IS GOOD Response.Write("

Your inquiry has been received & you will be contacted shortly.
") Case Else: 'ERROR PROCESSING Response.Write("

There has been an error in processing your request, please try again.
") End Select end if %>
Sample contact form, this form mails results to the webmaster

Your Name Your email address