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)/book/inc-template-status.asp
<%
Sub DummyHTMLHeaderToFoolDreamweaverStatus
%>
<link href="styles.css" rel="stylesheet" type="text/css">
<%
End Sub

Sub ShowStatusHeader
%>
<table width="700" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#006634">
  <tr>
    <td height="150" align="center"><strong><br>
            <img src="images/logo-3.jpg" width="143" height="79"><br>
  Delegate Registration Form<br><br>
First Conference for Directors of Infection Prevention and Control<br>
HCAI - Turning the Tide
  </strong>
      <br>
      <br>

</td>
  </tr>
  <tr>
    <td height="500" valign="top">
      <table width="700" cellspacing="0" cellpadding="0" class="border">
        <tr>
          <td height="156" valign="top">
            <%
End Sub

Sub ShowStatus
%>
<FORM ACTION="index.asp" METHOD=POST class="nospace">
              <table width="691" border=0 cellpadding=2 cellspacing=0>
                <%If AErrorMessage <> "" Then%>
                <tr>
                  <td colspan="3" class="indent"> <span class="errormessage"><br>
                    <%=AErrorMessage%></span> </td>
                </tr>
                <%End If%>
                <tr>
                  <td colspan="3">&nbsp;</td>
                </tr>
                <tr>
                  <td class="formtitle"><strong>Venue: </strong></td>
                  <td colspan="2"><%=GetLookupCombo("Venues", "VenueName", "SortOrder", strVenueName, "-- Please select --", "VenueName", "", "")%></td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td colspan="2"><input type="submit" value="Submit" name="submit">
                  </td>
                </tr>
              </table>
              <input type="hidden" name="postvenueform" value="yes">
          </form>

<%
End Sub


Sub ShowStatusFooter
%>
</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<%
End Sub

%>