[thelist] AJAX pains - why is Safari being bitchy?

Christian Heilmann codepo8 at gmail.com
Wed Apr 5 05:47:23 CDT 2006


I just put an RSS displayer online for you to check out:

http://onlinetools.org/tools/feednav/

My issue with it is Safari:

1) Safari doesn't seem to get request.status although I made the
request unique with a timestamp:
request.open('get',feednavcfg.serverScript+encodeURI(url)+'&t='+now.getTime());

2) In some feeds Safari does just hangs and does not even trigger the
timeOut I defined for bad requests.

Any way around that or is it just a given until the next upgrade is out?

Cheers
Chris

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/



More information about the thelist mailing list