HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web archive/conferencesearch (old) (to delete)/bookdev/inc-pages.asp
<%
' called for every request, calls the appropriate routine, page holds the page name, defaults to products'

WebDebugLog "Test" ' sends email to help debugging if this feature is enabled '

' (SS,27/7/09) added conference admin to show delegate list or mark as paid etc.
If IsConferenceAdminPage Then
	ConferenceAdmin

ElseIf Not CheckValidPassword Then

  DoGetPassword

Else
  If Not SelectConference Then

    ' if tabs have been set then get the page content '
    ' (SS,24/10/06) rearranged to work better with tabs
    ' venue selection now only shown when registration form is selected   	
  	If TabsDefined And Not IsRegistrationForm Then
  		ShowPage	
  	Else
      If Not SelectVenue Then
        ' (SS,14/7/05) added  If FPastBookingEndDateForDirectLink '
        If FPastBookingEndDateForDirectLink Then
          DoMessagePage
        Else
          DoBookingForm
        End If
      Else
        Session("BookingAlreadyMade") = False
      End If

    End If

  Else

    Session("BookingAlreadyMade") = False

  End If

End If

%>
<script language="JavaScript" type="text/JavaScript">
<!--
ITP_ErrorMessage = "<%=ConvertNewlinesForJavascript(ITP_ErrorMessage)%>"
//-->
</script>