Chicago Conference Content
<%
Dim ErrorMessage
If request.servervariables("REQUEST_METHOD")="POST" Then
Dim confirmation
confirmation = request.Form("confirmation")
SQL = "select * from chicago2009 where confirmation='" & confirmation & "'"
%>
<%
If Not orecordset.eof Then
session("IsConference")="1"
'response.redirect "chicago_registration_list.asp"
End If
ErrorMessage = "Sorry. That is not a valid QUEST confirmation number."
End If
%>