Custom size new window pop-up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

From a web page, I have a link that brings up a "new" window. Is there
anyway to custom size this window. From checking the web site from different
computers, it seems that the windows that po-up can very in size. I'd like a
little window that could eb enlarged if necessary. Once I resize it on my
computer, teh next time it comes up the same "re-sized" size. Can I
standardize this in any way. The web page linked has a small table in it
which fits within a small window so I don't want all that empty space around
it.
 
You will need to use JavaScript to accomplish that, using the
window.open method. There you can specify the size of the opened
window.

Search Google for window.open javascript
or you can use Jimcos spawn to generate the script for you.
http://www.jimcoaddins.com/

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
I downloaded spawn. On the hyperlinked areas, do I need to delete the FP
links or leave them intact and use Spawn. I tried setting this up and
previewing in FP, but the windows open the same way. Does it only work on
the actual web? The window I want to open in a small size contains a web
page with a small table in it (width 500 pixels). There isn't an option to
limit the size of a page, ie the blank space to the left of the table
wouldn't be interfering wouldn't it?
 
Delete the hyperlink and use the tool from Tools Jimco Addins
- you need to preview in browser
--




|I downloaded spawn. On the hyperlinked areas, do I need to delete the FP
| links or leave them intact and use Spawn. I tried setting this up and
| previewing in FP, but the windows open the same way. Does it only work on
| the actual web? The window I want to open in a small size contains a web
| page with a small table in it (width 500 pixels). There isn't an option to
| limit the size of a page, ie the blank space to the left of the table
| wouldn't be interfering wouldn't it?
|
| "Jens Peter Karlsen [FP-MVP]" wrote:
|
| > You will need to use JavaScript to accomplish that, using the
| > window.open method. There you can specify the size of the opened
| > window.
| >
| > Search Google for window.open javascript
| > or you can use Jimcos spawn to generate the script for you.
| > http://www.jimcoaddins.com/
| >
| > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
| >
| > On Fri, 23 Sep 2005 10:08:06 -0700, "Scott"
| >
| > >From a web page, I have a link that brings up a "new" window. Is there
| > >anyway to custom size this window. From checking the web site from different
| > >computers, it seems that the windows that po-up can very in size. I'd like a
| > >little window that could eb enlarged if necessary. Once I resize it on my
| > >computer, teh next time it comes up the same "re-sized" size. Can I
| > >standardize this in any way. The web page linked has a small table in it
| > >which fits within a small window so I don't want all that empty space around
| > >it.
| >
| >
 
Back
Top