Front page | perl.beginners |
Postings from December 2002
Re: window size
Thread Previous
From:
Wiggins d'Anconia
Date:
December 27, 2002 16:38
Subject:
Re: window size
Message ID:
3E0CF26F.3010309@danconia.org
CGI is server side, what you are trying to accomplish is client side, so
Javascript or a similar client side script must be used. Probably the
best answer is not to do it, in general users dislike it anyways, if it
is for a specific app for a specific set of users than you should be
able to set what browsers are supported, and even browsers that block
automatic pop-up windows will allow a user to launch a new window if it
is part of the link.
http://danconia.org
Mariusz wrote:
> My cgi outputs an html page. Is there any way to open it as a new window and also specify the size? Or is javascript the only solution? And if so, what do I do in case someone doesn't support JavaScript?
>
> thanks
> M
>
Thread Previous
-
window size
by Mariusz
-
Re: window size
by Wiggins d'Anconia