Note, most pop-up blockers will prevent javascript onload events for new
windows from firing.
Also you don't know the resolution of your visitors monitor or what else
they may have open. People tend to get really annoyed when a site resizes
their primary browser window and leave the site not to return. So think
carefully about why you want to resize the browser window before you put in
javascript to do so.
You also run into accessibility problems if you "configure" the browser away
from the visitor's preferences.
--
Cheryl D. Wise
MS-MVP-FrontPage
http://wiserways.com
"MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi Chris,
>
> Yes, you can do this in the onload event of the body tag using JavaScript
> and the window object.
>
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> --------------------------------------------------------------------------
--
> --------------------
> If you think I'm doing a good job, let MS know at (E-Mail Removed)
>
> "chris leeds" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I'm wondering if there is a way to make a window re-size itself like a
> > pop-up but just "onload".
> > that way you wouldn't have to write the link as a pop-up but the
> particular
> > page would resize itself and configure it's own options.
> >
> > If it can be done maybe you've got a link for me?