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="javascript:pop('myHTMLpage.html');">Pop 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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to