I have 2 HTML files in a same directory.
I have a HTML1.html file.
In my HTML2.html, I want to place a textbox and when the page loads, I want to pre-populate the textbox with the complete HTML source code from "HTML1.html" file.
How can I do that?