<%@ Language=VBScript %> <% Option Explicit Response.Buffer = true Response.Expires = -1000 Dim JMail, emailmsg, thing, msg %> Svalbard 2006 | contact <% ' Amend the Recipient, Subject and redirected page below. if (Request.Form("Submit")) = "Submit" then emailmsg = "" for each thing in request.form emailmsg = emailmsg & trim(thing) & ": " & trim(request.form(thing)) & vbcrlf next set msg = Server.CreateOBject( "JMail.Message" ) msg.Logging = true msg.silent = false msg.From = request.form("email") msg.AddRecipient "a@b.com" 'Recipient of emailed form msg.Subject = "Svalbard 2006" 'Subject of Email msg.Body = cstr(EmailMsg) msg.Send( "www4.redstation.co.uk" ) 'Change this to www2, www3 etc response.redirect "thankyou.htm" 'address of thank you page end if %>

Home | About me | Diary | Svalbard | Fundraising | A gap year | Gallery | Contact | Guestbook

 

If ever you want to contact me, please email me at:  yann rashid (all one word) AT yahoo(dot)co(dot)uk

This website and its content has been created by Yann Rashid as a personal website for his expedition to Svalbard in 2006 and does not necessarily reflect the views and policies of BSES Expeditions.