Search

Click the dropdown to search by location:

Location

Or click this dropdown to search by category:

Category
Or enter text to search by keyword:

Keyword:

Location


Recommended


    More Links



      <% if request.querystring("task") = "sent" then dim sName, sEmail, sMessage dim oCdoMail, oCdoConf, sConfURL 'if Request.Form("Action") <> "" then sEmail = " Applause Groups- Newsletter Sign-up

      Name: " & Request.Form("txtName") & ("

      ") & "Email Address: " & Request.Form("txtEmail") Set oCdoMail = Server.CreateObject("CDO.Message") Set oCdoConf = Server.CreateObject("CDO.Configuration") sConfURL = "http://schemas.microsoft.com/cdo/configuration/" with oCdoConf .Fields.Item(sConfURL & "sendusing") = 2 .Fields.Item(sConfURL & "smtpserver") = "10.2.33.36" .Fields.Item(sConfURL & "smtpserverport") = 25 .Fields.Update end with with oCdoMail .From = "applausegroups@newslettersignup.com" .To = "groups@seatem.com" .Subject = "Applause Groups Newsletter Registration" .TextBody = sEmail .HTMLBody = sEmail .Configuration = oCdoConf .Send end with Set oCdoConf = Nothing Set oCdoMail = Nothing end if %>

      REGISTER DETAILS


      Name
      Email
      <% if request.querystring("task") = "sent" then %> Thank you for registering. Your details have been recorded on our system. <% else %> Register now and be informed about all our new London theatre tickets, group bookings and coach rates via our regular newsletter updates! <% end if %>