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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]