I finally found the answer to my problem. The solution is
function load_home() {
document.getElementById("content").innerHTML='<object type="text/html" data="https://stackoverflow.com/questions/17636528/home.html" ></object>';
}
I finally found the answer to my problem. The solution is
function load_home() {
document.getElementById("content").innerHTML='<object type="text/html" data="https://stackoverflow.com/questions/17636528/home.html" ></object>';
}