Is it possible to load a Javascript program from an html page and then make the Javascript load another html page instead of the page the loaded the program?
You can include a .js file which has the script to set the
window.location.href = url;
Where url would be the url you wish to load.