1. when opening a new window (window.open), is it possible to have it automatically maximized ? the width attribute accepts a fixed amount of pixels only and we may have displays with different resolutions (800 or 1024).
2. when printing a web page (window.print), the printer selection window is displayed. Is it possible to skip this interaction and have the page be automatically printed without operator's intervention, same as pressing the printer icon on the toolbar of IE ? I have a php application that may build several reports at the same time and i would like to have them printed automatically without having to press the OK button for each one.