Can you resize a window EITHER when opening i.e. window.open(.....)
or if you have to resize after opening .. maybe I can live with that .... by PERCENTAGE width/height of the SCREEN? rather than actual pixel size?
I have users who have several different screen resolutions and constantly having to redraw the windows themselves after opening......
Is it possible to have a window open up say 80% or available screen width .. and 75% or available screen height? JS will be helpful
or if you have to resize after opening .. maybe I can live with that .... by PERCENTAGE width/height of the SCREEN? rather than actual pixel size?
I have users who have several different screen resolutions and constantly having to redraw the windows themselves after opening......
Is it possible to have a window open up say 80% or available screen width .. and 75% or available screen height? JS will be helpful