<%@ LANGUAGE="JScript"%> <% if (Request.Form("BtnOrder") == "Bestellung absenden") { //send mail var strName = Request.Form("EdtName"); try { var objNewMail = Server.CreateObject("CDONTS.NewMail"); var strText = Request.Form(); objNewMail.Importance = 1; objNe'Mail.BodyFormat = 0; objNewMail.From = "SaraOnline "; objNewMail.To = "astro@chello.at"; objNewMail.Subject = "AI-Best. " + strName; objNewMail.Body = strText; objNe'Mail.MailFormat = 0; objNewMail.Send(); objNewMail = null; } catch(e) { Response.Redirect("../html/orderko.htm"); } Response.Redirect("../html/orderok.htm"); } %> Beziehung