<%@LANGUAGE="JAVASCRIPT"%> <% body = "2MG" body = body + ''; body = body + '' body = body + '
' body = body + "" + Request("ime") + " - " + Request("email") + ":
" body = body + "



" body = body + '' + Request("komentar") + '' body = body + "" var msg = Server.CreateOBject( "JMail.Message" ); msg.Logging = true; msg.silent = true; msg.From = Request.Form("email"); msg.FromName = Request.Form("ime"); msg.AddRecipient ("contact@2mg.com.mk", "Web department"); msg.Subject = "Komentar od sajtot na 2MG"; msg.HtmlBody = body; if (!msg.Send("ms.mol.com.mk")) { Response.Redirect ("hosting_blagodarnica2.asp?p=1"); } else { Response.Redirect ("hosting_blagodarnica2.asp?p=0"); } //if %>