I was wondering how can I load HTML, which is hosted on a different domain?
I am using JavaScript, and want to create a bookmarklet that will enable me to parse the
If you don't own the other page, it'll be very difficult.
In fact, you can't make a request to another domain in javascript. The only thing you can do is load a script from another domain:
If the purpose of this is to load data from the other domain, and (as I said) you own the other site, you can create the script.js file, which will load the data you need in your original site.
Remember this is a delicate thing, and should be done only if you know what there will be in the script.