Windows – Getting Chrome to open an `.html` file in a new window

google-chromehtmlwindows xp

Every time I double-click an .html file on my computer, Chrome opens it in a new tab in the most-recently-used window. I don't like that. I want it to open a new window.

Is there a way to do that?

Best Answer

I guess you could use javascript to open the page in new window on load of the page. http://www.gtalbot.org/BugzillaSection/Bug195867GDR_WindowOpen.html

Related Question