Making a GET request with jQuery like WGET?

You're trying to access a resource on a remote domain with an XmlHttpRequest, which is by default blocked for security reasons by the Same Origin Policy . You are indeed making the request, but your response will be null ...that's what the SOP does, it's a rule the browser follows blocking any content from reaching your JavaScript.

I may be missing something here, but it sounds like you're looking for the load method in jquery: http://api.jquery.com/load.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions