I want to get source code of specific URL in JavaScript.
I can get source code of current web page with this code:
document.documentElement;