Re: AjaxDatePicker and IE(7 or 8)
Re: AjaxDatePicker and IE(7 or 8)
- Subject: Re: AjaxDatePicker and IE(7 or 8)
- From: Amiel Montecillo <email@hidden>
- Date: Tue, 10 Aug 2010 08:30:32 +0800
Datepicker from
http://webobjects.mdimension.com/cgi-bin/WebObjects/AjaxExample.woa doesn't work for me either. IE 8 in XP.
I think the problem is in AOD.loadCSS(). It is throwing an exception in:
loadedCSS: function(request) {
var inlineStyle = new Element("style", {"type": "text/css"});
inlineStyle.appendChild(document.createTextNode(request.responseText)); <-- I guess IE doesn't like this
document.getElementsByTagName('HEAD')[0].appendChild(inlineStyle);
}
Might want to try changing it to inlineStyle.innerHTML = request.responseText see if it helps.
Amiel
On Tue, Aug 10, 2010 at 4:20 AM, Mark Ritchie
<email@hidden> wrote:
On 9/Aug/2010, at 1:14 PM, Theodore Petrosky wrote:
> the AjaxDatePicker will not function on the two windows (only) machines but it does work on the parallels machine.
ICK! Walk away and start carving on a stone wall now... ;-)
Sorry to hear that you're having suck rotten luck with this!
M.
_______________________________________________
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
--
socket error: unable to connect to 127.0.0.1
_______________________________________________
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