PDA

View Full Version : Resizing pop-up window from pop-up window


bostjank
10-30-2002, 06:09 PM
Hi!

I have a script that opens a pop-up window with "window.open" statement. In this window a visitor has a couple of options - most of them open another page (within the same pop-up window).

Because there is always much less content of the second page, I would like to make the pop up window smaller. Is it possible or can I do it in some other way?

Thanks,
Bostjan:thumbsup:

A1ien51
10-30-2002, 08:13 PM
<script>window.resizeTo(300,400);</script>