I have a javascript variable with some HTML content.I want to replace the current html page with this new HTML content.Example: \[code\]var html = '<html> <p> new content </p> </html>'\[/code\]I want to load the content of variable into my HTML.How would I go about doing so?