Hi,
I am Working on windows xp environment
eclipse, aptana plugin, Nokia WRT (which uses firefox as defalut browser)
http_request = new XMLHttpRequest();
http_request.onreadystatechange = alertContents;
http_request.open('POST', url, true);
I am getting the error as follows:
Exception: uncaught exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "file:///C:/wrt_preview_main.html Line: 25"] File: Line: 0 Column: 0
Please help me out in this issue.
Thanks in advance.
Durga Malleswar

Reply With Quote

