Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does this return error 101 (javascript)?

Error Javascript Return
0
Posted

Why does this return error 101 (javascript)?

0

xmlhttp=new XMLHttpRequest(); xmlhttp.open(‘GET’,’http://google.com’,false); xmlhttp.send(null); document.write( xmlhttp.responseText ); It returns “Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101” Also I’ve not got the the ActiveXObject(“Microsoft.XMLHTTP”) for IE5/6 because I’m creating an extension for Google Chrome so it isn’t needed.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123