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>

 

 

 

JB

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sam Herring
Sent: Monday, August 12, 2002 6:48 PM
To: [EMAIL PROTECTED]
Subject: [DQSD-Users] Dave's Quick Search

 

My search results open in a browser window that leaves space at the bottom of my screen.  Is there a way to automatically have the window with the search results maximized?

 

Thanks

 

Sam Herring

[EMAIL PROTECTED]

Reply via email to