<% if request.form("do") = "1" then btext=""& VbCrLf for each x in request.form btext2=btext2 & x &": " & replace(replace(request.form(x),chr(10),""),chr(13),"
") & "
" next btext=btext & ""& VbCrLf Set myMail=CreateObject("CDO.Message") myMail.Subject="BRS enquiry from website" myMail.From="mail@backroomsounds.com" myMail.To="mail@backroomsounds.com" myMail.HtmlBody=btext2 myMail.Send end if %> BackRoomSounds - contact
<% if request.form("do") = "" then%>
Name:
Email:
Telephone:
Your enquiry:
 
<% else response.write("

Thanks for your enquiry!

We will get back to you as soon as possible.") 'response.write btext2 end if %>

© Copyright 2002 - 2008 BackRoomSounds