%@ LANGUAGE="VBScript" %> <% ' calendar.asp ' ASP code developed by Jake Anderson for Wendy Hodorowski. HTML code developed by Wendy Hodorowski%> <% ' Need to remove web end dates in code because of HGO restriction on stored procedures. SET recWALS = dbCon.EXECUTE("DELETE FROM Calendar WHERE webend < '" & DATE() & "'") SET recWALS = dbCon.EXECUTE("SELECT * FROM Calendar WHERE Active=1 AND webstart <='" & DATE() & "' order by edate") %>
There are no currently scheduled events.
Please check back or contact us for more information.
| <%=recWALS("Speaker")%> |
Date: <%=recWALS("edate")%> |
|
|
<%=recWALS("topic")%> |
Calendar