I am opening a new tab in the browser and i want to save the page in html format.
My code is :
Page.ClientScript.RegisterStartupScript(Me.[GetType](), "OpenWindow", "window.open('https://www.google.co.in/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=stack+overflow','_newtab');", True)
Here am opening a new window.Now i want to save the new web page in the html format. Please help me how to save the web page in new opened tab.