Control size of browser?

Hello all!

Is there a way to set the browser size when the session starts?

Thanks,
Tim

No

(Web browsers haven’t let websites resize windows for a loooong time)

actually, you can.

You can only affect the size of the window when it’s first opened but it can be done.

The success may also depend on the browser but it just worked for me in Safari

try this:

window.open(this.href,‘targetWindow’,‘toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=350,height=250’)

Actually, that’s not the answer to this question.

Edit: Removed some snark.

ah! you are correct.

yeah, opening a new window via javascript seems to be the only way to control size and that would not apply to a new session.

Good try just the same!
Thanks you guys.
Tim