When creating a window, the ["application"]["dpi_aware"] setting is taken into account. If it's set to true, then application window will be resized automatically using the current OS DPI settings.
window.open('index.php', '', 'width=800,height=600')
target="_blank"