The question is quite simple, the answer may not be. :)
How to make an AJAX request (preferably with 'jQuery'), to an external domain, ie a web address (for example) completely different from the server which is the site you requested this page.
What I want is to get a html page outside of the server, and display it on my page.
I also accept suggestions from other way, without using AJAX, for example, to accomplish that.
Thank you, now.