Closed
Bug 134314
Opened 24 years ago
Closed 24 years ago
XMLHttpRequest doesn't work from file system to yahoo.com
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 129607
People
(Reporter: davidstl, Assigned: hjtoi-bugzilla)
Details
Attachments
(1 file)
|
3.69 KB,
text/html
|
Details |
I downloaded the asynchronous get example from this page:
http://www.mozilla.org/xmlextras/xget1.html
and changed this line:
p.open("GET", "data.xml");
to this:
p.open("GET", "http://www.yahoo.com");
I opened the local file and it worked in IE, but with Mozilla my browser locked
up. However, when I used this line:
p.open("GET", "http://www.mozilla.org");
everything worked.
| Reporter | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 129607 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•