I have the same problem myself and its very anoying. I havent found a way to force the window to remain the same size when a website trys to change it, but i have found a way to force it to open to the same size every time no matter what size it was when closed. Under Tools/Internet Options/Home Page, enter this... java script:resizeTo(800,600);moveTo(0,0);document.location.href='yourhomepag e' Thats all one word, no spaces, put your home page between the quotes and change the 800x600 to whatever rez suits you. It wont stop websites from resizing the window, but at least when the window is closed, it wont take on a default size, it will keep the one that you set. If i find a way to stop web pages from resizing the IE window, i'll let you know.