Page 1 of 1

Double month and year drop down in IE7 WinXP https page

PostPosted: Mon Apr 07, 2008 3:05 pm
by zzzammr
Hello,

Nice calendar script. Thank you.

I am currently having problems with 2 drop down windows being displayed when the user clicks on the month or year drop down arrows. The list show up correctly below the month/year drop down arrow. However another drop down shows up on top of the list with IE7 message: "Page could not be found".

Any suggestions would be greatly appreciated. Here is the link to the page at our web-site:
https://www.softstuf.com/training-registration.html

Thanks,
MRoth[/url]

PostPosted: Mon Apr 07, 2008 3:30 pm
by zzzammr
Hi everyone,

I just found the problem with the double drop down list for the month and year. It is the code that was added on 09/30/2006 for the EI frame problem. I just commented out the if condition and the and EIS_FIX_EI1 call and it works fine now.

////if (MSIE)
////{ EIS_FIX_EI1('monthDropDown')}
//// fix for EI frame problem on time dropdowns 09/30/2006

Thanks,
MRoth