%@ Language=JavaScript%> <% Session("varContactName")=String(Request("edtName")) Session("varContactEmail")=String(Request("edtEmail")) Session("varContactTelephone")=String(Request("edtTelephone")) Session("varTopic")=String(Request("edtSubject")) Session("varComments")=String(Request("edtComments")) if (String(Request("btnfrmSubmit")) != "undefined") { Response.Redirect("customer_service_sendmail.asp") } %>