When creating a link for a page/image to open in a new window, is it possible
to specify the size of the new window?
Ex: when you click a thumbnail, and you want all of the image pages to be
the same size (small). There should be a way to enter the code by specifying
the size of <_blank>.

Re: how to resize popup windows by Stefan

Stefan
Mon Dec 19 03:12:25 CST 2005

You can not set or resize _blank (or any browser generated windows)
You can only size or resize JavaScript generated windows
Get the Spawn addin from http://www.jimcosoftware.com/
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


"ammmjm" <ammmjm@discussions.microsoft.com> wrote in message news:C1287136-4778-40BB-AC20-3A3EB7D931C4@microsoft.com...
| When creating a link for a page/image to open in a new window, is it possible
| to specify the size of the new window?
| Ex: when you click a thumbnail, and you want all of the image pages to be
| the same size (small). There should be a way to enter the code by specifying
| the size of <_blank>.



RE: how to resize popup windows by NomisJM

NomisJM
Tue Dec 20 07:04:02 CST 2005

You could just add

onload="window.resizeTo(###, ###)"

to the body tag on the page your opening.

"ammmjm" wrote:

> When creating a link for a page/image to open in a new window, is it possible
> to specify the size of the new window?
> Ex: when you click a thumbnail, and you want all of the image pages to be
> the same size (small). There should be a way to enter the code by specifying
> the size of <_blank>.

RE: how to resize popup windows by DMS

DMS
Fri Jun 23 11:07:01 CDT 2006

Anyway to automatically resize the window based on the size of the image so
that if the image changes I don't need to modify the onload command?

"NomisJM" wrote:

> You could just add
>
> onload="window.resizeTo(###, ###)"
>
> to the body tag on the page your opening.
>
> "ammmjm" wrote:
>
> > When creating a link for a page/image to open in a new window, is it possible
> > to specify the size of the new window?
> > Ex: when you click a thumbnail, and you want all of the image pages to be
> > the same size (small). There should be a way to enter the code by specifying
> > the size of <_blank>.