[thelist] Sizing pop-up windows

deboute benjamin deboute at fr.clara.net
Tue Aug 22 13:14:33 CDT 2000


At 13:42 22/08/00 -0400, you wrote:
>Is there a way to set a pop-up window to be a specific width
>horizontally but take up the entire available screen area vertically?
>(Like the concept of setting a fixed width with a 100% height setting)

you can set the height as a variable, and assign the screen resolution to it.
i don't remember the method to get this with IE.

function findEdges(){
   if(document.all) {
     rightEdge 
     bottomEdge 
   }
   else {
     if(document.layers) {
     rightEdge = screen.width;
     bottomEdge = screen.height;
     }
   }
}






More information about the thelist mailing list