I have a web application which I would like to open certain windows at a certain size. Using JavaScript I used window.open and sent the appropriate parameters to open the window with that size. However, if I close the application the next time I open the browser it is that size!
Is there any way to open a new window with a specific size, but not affect the next browser window that is opened?
Thanks for your help!
TealWren
Is there any way to open a new window with a specific size, but not affect the next browser window that is opened?
Thanks for your help!
TealWren