FG
💻 Software

Prevent javascript from resizing IE window

Fresh7 days ago
Mar 15, 20266810 views
Confidence Score0%
0%

Problem

I am looking for a way to prevent JavaScript on a webpage from resizing and repositioning my Internet Explorer window. This option is available in Firefox, but I can't find anything similar in Internet Explorer: I am using Internet Explorer 7 in Windows XP SP3. For what it's worth, the script doing…

Error Output

<script language="JavaScript">
    function getFocus(){
        document.frmLogin.txtUsername.focus();
        window.moveTo(0,0);
        window.res…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Prevent javascript from resizing IE window

Low Risk

I emailed the Internet Explorer team at the IEBlog and received the following response: No, IE doesn't have options that are that fine-grained.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment