or :

<SCRIPT language="_javascript_" type="text/_javascript_" defer>
<!--

// Show on status bar
window.defaultStatus="Look, i`big!";

// Maximize window
top.window.moveTo(0,0);
top.window.resizeTo(screen.availWidth,screen.availHeight);
// -->
</SCRIPT>




"itpweb1" <[EMAIL PROTECTED]>
Sent by: [email protected]

01/09/2006 02:40 PM
Please respond to Easy400Group

       
        To:        [email protected]
        cc:        
        Subject:        [Easy400Group] Re: browser window size.



Try this bit of _javascript_ to control opening size. If you don't know
your client's the screen size, it gets a bit more complicated.
Do a Google on "Open.resizeTo" property for examples.

var newwindow;
function pop(url)
{
     newwindow=window.open(url,'name','height=800,width=600');
     if (window.focus) {newwindow.focus()}
}


<a href="" up Window</a>


--- In [email protected], [EMAIL PROTECTED] wrote:
>
> Whenever I open a new window with CGIDEV2,  I have to maximize it  
to see the
> entire contents.  Is there a way to open a new window using  
Microsoft
> explorer with the window      already  maximized?
>  
> thanks,
> Jerry Powers
>






YAHOO! GROUPS LINKS



YAHOO! GROUPS LINKS




Reply via email to