Skip to main content
Inspiring
January 19, 2015
Question

Date picker not poping up in IE 9

  • January 19, 2015
  • 1 reply
  • 283 views

Hi,

The date picker in Cold Fusion 11 does not pop up the calendar when selected.

It works with IE 8, but does not work with IE 9.

Is there a setting in IE 9 or CF 11 admin that needs to be set?

Thanks,

Mike

    This topic has been closed for replies.

    1 reply

    userCold9Author
    Inspiring
    January 20, 2015

    The Date Calender is in the following:

     

    <TD><cfINPUT TYPE="datefield" NAME="MailDate" SIZE="10" MAXLENGTH="10" validate="date" message="Please enter MAILED DATE in the '01/01/2005' format">(mm/dd/yyyy)</TD>

    Mike