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