1)I have two pages - TestPage1.HTML and TestPage2.HTML
2)TestPage1.HTML has different DIVs with components like - UI-Grid, buttons, text area etc.
3)I have save inner HTML for TestPage1.HTML to database.
4)I display rows of saved records for TestPage1.HTML on TestPage2.HTML
5)And I want to Open - TestPage1 with their saved HTML. Can I achieve it with window.open?
5)Basically - open TestPage1 and then reassign it's HTML content?