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
|
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
- Visit your group "Easy400Group" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
YAHOO! GROUPS LINKS
- Visit your group "Easy400Group" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
