Skip Navigation <% 'Cleanse URLencoded parameters 'list imported values here* Dim strUpost,strUdebug,validateMode,debugMode,mPath,rPath,attributeInsert,attributeInsertWithoutSelect,CMMGID debugMode = "" 'Return URL path rPath = "http://www1.lexisnexis.co.uk/emailers/webinars/" 'Post URL path mPath = "http://localhost/onlinewebinars/" attributeInsert = "onclick=""javascript:this.style.color='#000000';this.style.backgroundColor='#ffffff';this.style.borderColor='#000000';this.select();"" onkeypress=""javascript:this.style.color='#000000';this.style.backgroundColor='#ffffff';this.style.borderColor='#000000';"" onfocus=""select();this.style.color='#000000';this.style.backgroundColor='#ffffff';this.style.borderColor='#000000';""" attributeInsertWithoutSelect = "onclick=""javascript:this.style.color='#000000';this.style.backgroundColor='#ffffff';this.style.borderColor='#000000';"" onkeypress=""javascript:this.style.color='#000000';this.style.backgroundColor='#ffffff';this.style.borderColor='#000000';"" onfocus=""this.style.color='#000000';this.style.backgroundColor='#ffffff';this.style.borderColor='#000000';""" Call Cleanse(Request.QueryString("post"),strUpost,0) Call Cleanse(Request.QueryString("debug"),strUdebug,0) 'Initial page if strUpost <> "" then validateMode = "ValidateInputs(1);" else validateMode = "return ValidateInputs(0);" end if 'If debug mode is active if strUdebug = "ON" then debugMode = "debug=on&" %> <% end if %> <% if strUdebug <> "ON" then %>

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

<% if strUpost = "" then %>

Alternatively, contact us by email using the form below. <% end if %>

<% end if %>
<% if strUpost = "" then %>
<% if strUdebug = "ON" then %>


<% end if %>

Customer Details

*All field labels marked with an asterix are MANDATORY.


Privacy Policy

  • Please tick the checkboxes if you do NOT wish to be kept informed by:
    of other LexisNexis products and services.


<% ' Construct the captchas object. ' Required Parameters ' You receive this values upon registration at http://captchas.net. ' client: "demo" ' secret: "secret" ' Optional Parameters and defaults ' repository_prefix: "captchas_net_random/" (path to repository) ' cleanup_time: "3600" (max 1 hour between query and check) ' alphabet: "abcdefghijklmnopqrstuvwxyz" (Used characters in captcha) ' letters: "6" (Number of characters in captcha) ' width: "240" (image width) ' height: "80" (image height) Dim captchas,rt Set captchas = CaptchasDotNet ("lndesigners","cuTgNzOfyI2N3YVmdEunfOV5TZWODoTI664BY4Dz","","","abcdefghkmnopqrstuvwxyz","6","240","80") ' We recommend small letters without mistakable ijl: ' Set captchas = CaptchasDotNet ("lndesigners","cuTgNzOfyI2N3YVmdEunfOV5TZWODoTI664BY4Dz","","","abcdefghkmnopqrstuvwxyz","","","") %>

CAPTCHA verification*

To find out more about this verification please read the Wikipedia definition on CAPTCHA.


<% end if %> <% if strUpost = "FAILED" then %>

Unfortunately, your message failed to post successfully.
Please try again or alternatively give us a call at the above telephone numbers.

    <% if Request.QueryString("CMMessage") <> "" then Call Cleanse(Trim(Request.QueryString("CMMessage")),CMMGID,1) %>
  • <%=CMMGID%>
  • <% end if %>
<% end if %> <% if strUpost = "FAILURE" then %>

Unfortunately, your message failed to post successfully.
Please try again or alternatively give us a call at the above telephone numbers.

<% end if %> <% if strUpost = "SUCCESS" then Session.Abandon %>

Your message was posted successfully, a member of the Webinars team will be in contact.
Please feel free to browse the rest of the website and thank you for choosing LexisNexis.

<% end if %> <% if strUpost = "SUCCESSFUL" then Session.Abandon %>

Your message was posted successfully, a member of the Webinars team will be in contact.
Please feel free to browse the rest of the website and thank you for choosing LexisNexis.

<% 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") %>

Please wait while your message is processing.

<% end if %>
Online Webinars