Contact Us
Head Office
LexisNexis
Halsbury House
35 Chancery Lane
London
WC2A 1EL
United Kingdom
Phone: +44 (0)20 7347 3575
Fax: +44 (0)20 7347 3576
webinars@lexisnexis.co.uk
Alternatively, contact us by email using the form below. <% end if %>
<% end if %>
<% if strUpost = "" then %> <% end if %> <% if strUpost = "FAILED" then %> <% end if %> <% if strUpost = "FAILURE" then %> <% end if %> <% if strUpost = "SUCCESS" then Session.Abandon %> <% end if %> <% if strUpost = "SUCCESSFUL" then Session.Abandon %> <% end if %> <% if strUpost = "BACK" then %> <% Dim CMMessage, rtr, fn, ln, cn, ba, em, cm, ad, sj, mg, oe, ot, fnid, lnid, cnid, baid, emid, cmid, adid, sjid, mgid, oeid, otid, reply_to 'Set variables to nothing fn = "" ln = "" cn = "" ba = "" em = "" cm = "" ad = "" sj = "" mg = "" oe = "" ot = "" 'Cleanse parsed variables before use Call Cleanse(Request.Form("custFirstName"),fnid,2) Call Cleanse(Request.Form("custLastName"),lnid,2) Call Cleanse(Request.Form("invCompanyName"),cnid,2) Call Cleanse(Request.Form("buttsAccount"),baid,1) Call Cleanse(Request.Form("custEmail"),emid,2) Call Cleanse(Request.Form("confirmemail"),cmid,2) Call Cleanse(Request.Form("adsource"),adid,1) Call Cleanse(Request.Form("subject"),sjid,1) Call Cleanse(Request.Form("message"),mgid,1) Call Cleanse(Request.Form("optEMail"),oeid,1) Call Cleanse(Request.Form("optThirdParty"),otid,1) 'Check cleansed value is not empty and assign new variable name ready for use if fnid <> "" then fn = fnid end if if lnid <> "" then ln = lnid end if if cnid <> "" then cn = cnid end if if baid <> "" then ba = baid end if if emid <> "" then em = emid end if if cmid <> "" then cm = cmid end if if adid <> "" then ad = adid end if if sjid <> "" then sj = sjid end if if mgid <> "" then mg = mgid end if if oeid <> "" then oe = oeid end if if otid <> "" then ot = otid end if %> <% ' Construct the captchas object. Replace 'demo' and 'secret' with ' the values you receive upon registration at http://captchas.net. ' Next line has to be the same as in query.asp Set captchas = CaptchasDotNet ("lndesigners","cuTgNzOfyI2N3YVmdEunfOV5TZWODoTI664BY4Dz","","","abcdefghkmnopqrstuvwxyz","6","240","80") %> <% if Not captchas.validate (Request.Form("random")) Then %> <% Session("fn") = fn Session("ln") = ln Session("cn") = cn Session("ba") = ba Session("em") = em Session("cm") = cm Session("ad") = ad Session("sj") = sj Session("mg") = mg CMMessage = "CAPTCHA verification failed: The current CAPTCHA has already been used." Response.Redirect("contact_us.asp?"&debugMode&"CMMessage="&CMMessage&"") %> <% elseif Not captchas.verify (Request.Form("password"), Request.Form("random")) Then %> <% Session("fn") = fn Session("ln") = ln Session("cn") = cn Session("ba") = ba Session("em") = em Session("cm") = cm Session("ad") = ad Session("sj") = sj Session("mg") = mg CMMessage = "CAPTCHA verification failed: You have entered the wrong password." Response.Redirect("contact_us.asp?"&debugMode&"CMMessage="&CMMessage&"") %> <% end if %> <% 'Delete the captchas object. Set captchas = Nothing rtr = Request.Form("random") %> <% end if %>
