|
Sam, I have
the same issue. I like my windows
maximized, but they always launch from DQSD at the current I.E. “Restore Down”
size. I don’t think there is a
real way to set these to truly open maximized. But MS offers the script below to fool the window to look
(be sized) as if it were maximized.
I don’t know where to put the script in DQSD yet, but I will try and
figure it out (any helpers??). I
would think some code similar to the script below could be added somewhere and
then an option could be created to turn it on/off. I will try but make no promises. Here is the script… <script language="JavaScript"> window.> function maxWindow() { window.moveTo(0,0); if (document.all) { top.window.resizeTo(screen.availWidth,screen.availHeight); } else if (document.layers||document.getElementById) { if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth) { top.window.outerHeight = screen.availHeight; top.window.outerWidth = screen.availWidth; } } } </script>
|
- [DQSD-Users] Dave's Quick Search Sam Herring
- Re: [DQSD-Users] IE New Window Maximizer John W. Bairen, Jr.
- Re: [DQSD-Users] IE New Window Maximizer Marshall Finkman
