jQuery UI Datepicker problem in Windows Server 2003
I am using Datepicker in my page. It can work well in Windows XP.
But when I deployed in Windows Server 2003.Problem occured.when I click the icon, datepicker shows up, then I click a date and it populates the date into the field as datepicker does. However, right before the date is entered it seems the input field gets its blur fired for some reason,and a new page is opened compulsively. It looks like focus goes away from the input before the date gets populated.
How can I solve this problem? Thanks!