Re: window size

2002-12-27 Thread Wiggins d'Anconia
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

window size

2002-12-27 Thread Mariusz
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