AjaxDatePicker not working in IE browser
AjaxDatePicker not working in IE browser
- Subject: AjaxDatePicker not working in IE browser
- From: Raghavender Bokka <email@hidden>
- Date: Wed, 28 Dec 2011 19:13:24 +0530
Hi List,
I am trying to use AjaxDatePicker component, it is working properly in Safari and Firefox, but in IE it is not working. Tried in IE 6, 7 and 8 versions, but the following error is generating:
ERROR:
------------------------------------------------------------------------------
Message: Object doesn't support this property or method
Line: 475
Char: 3
Code: 0
------------------------------------------------------------------------------
I am using the latest Ajax framework and the line 475 in the calendar.js is as follows:
------------------------------------------------------------------------------
//create a table tag containing a tbody for IE
var calendarControl = new Element("table",
{id: "calendar_control", style: "position: absolute; display:none; z-index: 10001;"}
).update(tbody = new Element("tbody", {}));
------------------------------------------------------------------------------
Any suggestions or help please.
Regards,
Raghu.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden