%@LANGUAGE="VBSCRIPT"%><% if request.Form("Submit")<>"" then set mailObj = Server.CreateObject("CDONTS.NewMail") mailObj.From = request.Form("Email") mailObj.To = request.Form("Mailto") mailObj.Subject = request.Form("Subject") mailObj.Body = request.Form("Message") mailObj.Send end if %><% response.expires=0 %>
|
||
<% if request.Form("Submit")="" then %> |