|
|
NS_ERROR_DOM_BAD_URI error in AJAX - AJAX
|
Views : 1655
|
|
Tagged in : AJAX
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
NS_ERROR_DOM_BAD_URI error in AJAX:
While using ajax code as request.open('..',url,true), you may face an issue like,
Error: uncaught exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "ajax.js Line: 60"] 
This error occurs if you have given different domain name in the code. It considers http://hscripts.com and http://www.hscripts.com as different domains and displays this type of errors.
Hence check the code whether you have given same domain or different domains like the above said.... |
|
By Ramya, On - 2009-12-09 |
|
|
|