how to resize popup windows

A

ammmjm

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>.
 
S

Stefan B Rusynko

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
_____________________________________________


| 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>.
 
N

NomisJM

You could just add

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

to the body tag on the page your opening.
 
D

DMS

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?
 
Top