My problem is taking place in a citrix environment with the citrix screen set to 95% of the actual screen...
Im using window.open to open a page with left=0 and top=0
On the page I open with window.open, I set the dimensions of the page using screen.height and screen.width.
On occasion the page may not be located with the top left corner at (0,0). Also the page sometimes does not have the proper dimensions.
I've tried inside of the window.open to use fullscreen=yes, that does make the page fullscreen, but the minimize and close buttons off the screen.
Does anyone have any suggestions on a better way of setting the page dimensions? I thought maybe there was a way to use the parent page's dimensions, but haven't seen anything about that. Also, I do need to use javascript because I need to hide the location bar.
BTW everyone is using IE to browse.
Thanks In Advance
Im using window.open to open a page with left=0 and top=0
On the page I open with window.open, I set the dimensions of the page using screen.height and screen.width.
On occasion the page may not be located with the top left corner at (0,0). Also the page sometimes does not have the proper dimensions.
I've tried inside of the window.open to use fullscreen=yes, that does make the page fullscreen, but the minimize and close buttons off the screen.
Does anyone have any suggestions on a better way of setting the page dimensions? I thought maybe there was a way to use the parent page's dimensions, but haven't seen anything about that. Also, I do need to use javascript because I need to hide the location bar.
BTW everyone is using IE to browse.
Thanks In Advance