This may be a double post. Having a hard time figuring out how this forum 
works...

I have developed a workaround to the issue described in my sample code which 
may help you. The following version does say 'Hi' when you change the date via 
the picker. 


<SCRIPT LANGUAGE="JavaScript2.0" TYPE="text/javascript">
<!--
function jsf_hi() {     alert('Hi'); }
//-->
</SCRIPT>
<cfform action="test_cf_datefield_onchange_bug.cfm" method="test" name="test" 
id="Ftestit"> 
<table>
  <tr>
    <td>Date:</td>
    <td><cfinput id="FFID_start_date" name="start_date" type="datefield"></td>
  </tr>
  <tr><td colspan="2"><cfinput type="submit" name="go" 
value="Submit"></td></tr> </table> 
</cfform>
<cfajaxproxy bind="javascript:jsf_hi({Ftestit.FFID_start_date})"> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299204
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to