How it all works
Request an Allergy Test
If you would like us to let you have details of your nearest Allergy Test UK trained tester then please complete the form below. Alternatively you can call us on 01934 842923 during business hours.
<%=errr%>%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Function EmailTest(sEmail) RegExpTest = false Dim regEx, retVal Set regEx = New RegExp ' Create regular expression: regEx.Pattern ="^[\w-\.]{1,}\@([\da-zA-Z-]{1,}\.){1,}[\da-zA-Z-]{2,3}$" ' Set pattern: regEx.IgnoreCase = true ' Set case sensitivity. retVal = regEx.Test(sEmail) ' Execute the search test. If not retVal Then exit function End If EmailTest = true End Function Function PostcodeTest(sEmail) RegExpTest = false Dim regEx, retVal Set regEx = New RegExp ' Create regular expression: regEx.Pattern ="^([A-Za-z]{1,2})([0-9]{1,2})( {0,1})([0-9])([A-Za-z]{2})$" ' Set pattern: regEx.IgnoreCase = true ' Set case sensitivity. retVal = regEx.Test(sEmail) ' Execute the search test. If not retVal Then exit function End If PostcodeTest= true End Function %> <% if request.form("go")="true" then errr="
" & msg.log & "" else end if Set NewMail=Nothing end if end if %>