Forum Moderators: open
I always end up closing all my browsers, resizing one to the "right" size, then close it so that IE "remembers" the last size, and that works for a while.
What am I doing wrong - is there a registry hack I can use or something?
As to the solution, i do it manually but i would really like to hear any advice for a permanent solution... is there a "window.resize-blocker" just like the popup-blockers that's around?
/claus
http*//www.popupcop.com/releasenotes.html
Never tried it but the claim to be able to stop JS window resizing.
A way to do it just from IE w/o any extra software would be to save a bookmarklet that sets you window back to the size you want it, e.g.,
javascript:window.resizeTo(800,600);
But of course you have to run this every time your window is resized. You could add a shortcut [dogboy.org] for the bookmarklet named "r" and just type "r" in the url bar every time the window size is changed.
Jordan
The JS seems like a much less kludgy solution.
You'd think there'd be a window size preference setting...
I use Mozilla when I want to defeat some stupid "full screen mode" JS website (retch). I use Mozilla for compliance checks, also in most cases Mozilla makes interprets HTML similarly to Mac's IE and Safari. (in otherwise in doesn't interpret IE specific HTML)