Setting the page title of Chrome window.open
Works for me when I set the 1st parameter of open() to 'about:blank'
You need to specify the url in the first parameter, like "about:blank":
window.open('about:blank', "window", 'resizable=1,scrollbars=0,width=800,height=600');