Log in

View Full Version : Specify Window Size Question?



Cheng
03-28-2007, 12:10 PM
Hi Everybody.

Can someone of you guys tell me if it is possible that if a certain URL is opened even if it gets typed into the browser address bar that the Window opens in specified size?
I'm not sure if this is a Javascript or HTML question.
What I want is the Window opens in 1024x768 resolution.
Plese let me know if this is possible and if yes how does this work?

Thanks in advance.

jscheuer1
03-28-2007, 12:20 PM
Short answer: No.

Cheng
03-28-2007, 12:40 PM
Hi John.

Thanks for the quick reply.
I kinda thought so but wasn't sure.
So I recon the only work around might be an intro page and place a link in there that opens kind of a popup window for which the window size can specified.

Thanks again.

mburt
04-01-2007, 09:51 PM
window.resizeTo(1024,768);
What's wrong with that?

jscheuer1
04-02-2007, 05:45 AM
window.resizeTo(1024,768);
What's wrong with that?

Often blocked or ignored.