114 : <td width="25%" align="right" nowrap valign="top"><form name="Events" METHOD="POST" onsubmit="return checkForm()" ACTION="select_date.cfm?progname=<cfoutput>#currentpage#?#cgi.QUERY_STRING#</cfoutput>" enctype="multipart/form-data">
115 : Choose Arrival Date:
116 : <input type="text" name="EventDate" size="8" class="style30" align="absbottom" <cfif isdefined("session.select_date") and #session.select_date# neq "">value="<cfoutput>#session.select_date#</cfoutput>"<cfelse>value="<cfoutput>#DateFormat(todaydate,"mm/dd/yyyy")#</cfoutput>"</cfif>>
117 : <A href="#" onclick="Javascript: window.open('cpfcalendar/epcalendar/pcalpopdate.cfm?Formfield=Events.EventDate','CalDate','width=200,height=154,location=No,menubar=No,scrollbars=no,status=no,toolbar=No,resizable=yes,top=250,left=200');"><img src="cpfcalendar/epcalendar/images/popcal.gif" width="15" height="15" border="0" alt="Click to pick date then click GO" align="absmiddle"></A>
118 : <A href="#" onclick="Javascript: window.open('cpfcalendar/epcalendar/pcalpopdatetoday.cfm?Formfield=Events.EventDate','CalDate','width=200,height=154,location=No,menubar=No,scrollbars=no,status=no,toolbar=No,resizable=yes,top=250,left=200');"><img src="cpfcalendar/epcalendar/images/popcal.gif" width="15" height="15" border="0" alt="Click to reset to today's date then click GO" align="absmiddle"></A>
|