% PageSection = "am2007" PageTitle = "2007 AAEA, WAEA & CAES Joint Annual Meeting" FormCode = "am2007reg" PageName = Request.ServerVariables("SCRIPT_NAME") Mode = Request("mode") 'test date or current date Dim ThisDate If Request.QueryString("date") <> "" Then ThisDate = Request.QueryString("date") Else ThisDate = Now() ThisDate = CDate(ThisDate) 'deadlines Dim dtmEarly, dtmAdvance dtmEarly = #7/4/2007 12:00:00 PM# dtmAdvance = #7/24/2007 12:00:00 AM# 'final deadline If Now() >= dtmAdvance Then Response.Redirect "registration.asp" 'deadline check Function ChkDate(ThisMode) ChkResult = "" Select Case ThisMode Case "early" If ThisDate >= dtmEarly Then ChkResult = " style=""display: none;""" Case "advance" If ThisDate >= dtmAdvance Or ThisDate < dtmEarly Then ChkResult = " style=""display: none;""" Case "onsite" If ThisDate < dtmAdvance Then ChkResult = " style=""display: none;""" End Select ChkDate = ChkResult End Function %>
We're sorry. An error has occurred. Please contact AAEA for assistance.
<% Else %>Thank you for your meeting registration!
A copy of your meeting registration information appears below and will be e-mailed to the address you provided.
If you need to become a member of a sponsoring organization follow the links listed:
American Agricultural Economics Association, www.aaea.org
Western Agricultural Economics Association, www.waeaonline.org
Canadian Agricultural Economics Society, www.caes.ca
American Council on Consumer Interests, www.consumerinterests.org
Association of Environmental and Resource Economists, www.aere.org
" & ErrMsg & "
" ElseIf Mode = "review" Then Response.Write "Please review your information below. If you need to make changes, edit the form and click the ""Review/Recalculate"" button. If no changes are necessary, click ""Submit.""
" Else Response.Write "Please complete the information below, and click the ""Review/Calculate"" button to continue.
" End If %>Questions? Contact the AAEA office at (414) 918-3190 or registration@aaea.org.
Early Registrations due by 5:00 pm CDT July 3, 2007.