|
-
Sep 16th, 2004, 04:07 AM
#1
XMLHTTPRequest in different browsers
From what I've understood, this will work in IE only. Is there any way I could allow for FireFox or Mozilla to possess the same functionality that XMLHTTPRequest offers?
-
Sep 16th, 2004, 07:26 AM
#2
Mozilla has support for XMLHttpRequest.
See this script, which queries the Amazon web service in IE and Mozilla:
http://www.nexgenmedia.net/gizmo/xbAmazonXMLRequest.js
Note that my particular Mozilla doesn't run this for some reason. I don't know why. It claims that the XMLHttpRequest object is not initialized.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 16th, 2004, 07:41 AM
#3
Frenzied Member
Haven´t tested it, but this seems to work
http://www.scss.com.au/family/andrew...mlhttprequest/
Also in the comments there is some interesting stuff for you I suppose.
http://www.clagnut.com/blog/373/
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Sep 16th, 2004, 08:03 AM
#4
Safari supports this object too.
Also, Mozilla supports document.load, which can do pretty much the same thing, but going by an official W3C Draft (DOM3 Load & Save).
Finally, Mozilla supports access to web services via WSDL proxying, which means it fetches the descriptor and creates a JavaScript object from it. I didn't manage to get this to work, though. Some security issues.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 17th, 2004, 12:05 AM
#5
Thanks for the info, I didn't know about this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|