<%@ language = "VBScript"%> <% response.expires = -1000 response.expiresabsolute = #1980-01-01 12:00# response.addheader "cache-control", "private" response.addheader "pragma", "no-cache" %> <% method = request.querystring("method") if method = "send" then 'skicka mail Dim mailmsg Set mailmsg = Server.CreateObject("CDONTS.NewMail") mailmsg.To = trim(request.form("SubCatID")) mailmsg.bcc = "stellan@reactive.se;maria.kimthi@svecia.se" mailmsg.From = trim(request.form("email")) mailmsg.Body = fixstring(request.form("message")) mailmsg.Host = "smtp.levonline.com" mailmsg.Subject = "Message from www.svecia.com" mailmsg.Send end if %> Send us Email
 
   

Send us Email

<% if val = "" then SQL = "SELECT * FROM texts WHERE ID = 22" set rsText = conn.execute(SQL) if not rsText.bof and not rsText.eof then response.write(rsText("Article") & "

") end if rsText.close set rsText = nothing end if %>
Choose country/market:Choose contact:
Message:
Your email:

<% conn.close set conn = nothing %>