Quantcast
Channel: Internet Explorer 8, 9, 10, 11 forum
Viewing all 10469 articles
Browse latest View live

IE 11 crashes after the kb3021952 update.

$
0
0

IE browser crashes for some pages in my application. This is happening after installing latest IE update (kb3021952)

Below message appears and IE closes when ever I go for this page.

     Internet Explorer has stopped working

     Windows is checking for a solution to the problem....

I use JQuery scripts in this page.

It is failing after execution of below code in JavaScript page. This is the last step after building the page data and rendering it on browser.

ajaxCriteriaPost(
                window.location.pathname.toString(),
               JSON.stringify(criteria),
                function (data){
                    //changethehtmlfromcontenttothenewhtml
                    $(".report_area").promise().done(function() {
                        $(".report_area").hide("fast",function () {
                            $(".report_area").html(data);
                            $(".report_area").show("fast");

                            //Bythispoint, newcriteriaisloadedSavethe currentpagestate.
                           savePageState(data);

                            //dosomethingtoshowparameter display
                           if (typeofwindow.contentReloaded == 'function') {
                               contentReloaded();
                            }

                        });
                    });
                }
            );

I tried Microsoft Fixit, but no luck. I also tried changing the JQuery version from 4.40 to 4.6.0, but no use.

This is a production issue. Please suggest me some methods/steps in fixing this issue.


Block some activities in IE

$
0
0

Hello

The company where i administer the IT asked me about the possibility of blocking Printing, Saving, View Source of an specific internal site.

I can do that using the registry in HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions. But this block this activities for all the sites. Is possible to make the restriction only for some sites ?

Regards

Joao Correia


IE does not update keys in registry

$
0
0

Hello experts,

I observed that when we set IE to be the default browser it does not update the \\HKCR\.htm and \\HKCR\.html keys in the windows registry. It doesn't update these keys even when we associate file types .htm and .html with IE. Ideally it should. Is this a known issue? Do you have any plans to fix it?

Thanks and regards,

Pradyumna

Allow Tabs to be closed but not IE 11 in Full Screen Mode

$
0
0

Anyone had success using GPO to prevent closing of the IE 11 Window while allowing Tabs to be closed?

Scenario: Creating a Kiosk station with Windows 7, and Internet Explorer 11, with GPO in a domain environment. I have tried adding the NoBrowserClose restriction and also enabling the GP to Disable closing the browser and Explorer windows. But with both of these you are unable to close any tabs. Any ideas?

Auto download for file

$
0
0

I have a list of urls (over 100) of  files from various sources that I need to download.

I need to create a batch script that will download these files and dump them all into the same directory.


Ananda

IE 11 - This website does not have permission to use the Geolocation API

$
0
0

Hi,

I tested the geolocation function in IE 11 with a simple HTML/JS code:

<!DOCTYPE html> 
<html>
<head>
<title>Geolocation API Example</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script type="text/javascript">

function setText(val, e) {
    document.getElementById(e).value = val;
}

function insertText(val, e) {
    document.getElementById(e).value += val;
}

var nav = null;

function requestPosition() {
  if (nav == null) {
      nav = window.navigator;
  }
  if (nav != null) {
      var geoloc = nav.geolocation;
      if (geoloc != null) {
          geoloc.getCurrentPosition(successCallback, errorCallback);
      }
      else {
          alert("Geolocation not supported");
      }
  }
  else {
      alert("Navigator not found");
  }
}

function successCallback(position)
{
   setText(position.coords.latitude, "latitude");
   setText(position.coords.longitude, "longitude");
}

 
function errorCallback(error) {
    var message = ""; 

    // Check for known errors
    switch (error.code) {
      case error.PERMISSION_DENIED:
          message = "This website does not have permission to use " +
                    "the Geolocation API";
          break;
       case error.POSITION_UNAVAILABLE:
          message = "The current position could not be determined.";
          break;
       case error.TIMEOUT:
          message = "The current position could not be determined " +
                    "within the specified timeout period.";           
          break;
    }

    // If it is an unknown error, build a message that includes
    // information that helps identify the situation so that
    // the error handler can be updated.
    if (message == "")
    {
        var strErrorCode = error.code.toString();
        message = "The position could not be determined due to " +
                  "an unknown error (Code: " + strErrorCode + ").";
    }
    alert(message);

}


</script>
</head>
<body>
<label for="latitude">Latitude: </label><input id="latitude" /> <br />
<label for="longitude">Longitude: </label><input id="longitude" /> <br />
<input type="button" onclick="requestPosition()" value="Get Latitude and Longitude"  />

</body>
</html>

I always get in IE 11 the alert "This website does not have permission to use the Geolocation API". Firefox and Chrome no alert, current location is determined.

IE 11: Internet options/privacy/positioning allowed. I

IE 11 deactivated, windows 8 rebootet and IE 11 again activated.

What is wrong?

Regards
Axel

IE11 broswer frequently turn up Stop Working to Updated win 8.1

$
0
0

IE11  browser these days has frequently turned up " Stop Working... "  to Updated the win 8.1 see the attach please.

Different output observed in IE8 and IE11 for same HTML file

$
0
0

when I open the below html code in ie8 and ie11 the output is different.

<div style="  color: EAE6F1;   " id="Screen147"><img style="    width: 1280; height: 1020; " id="item1" src="Desert.jpg" border="0"/><div style="  background-color: FFFFFF; color: 000000;   font-family:  'Arial'; font-size: 31px; layout-grid: both fixed 51px 32px; white-space: nowrap; " id="item2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div><div style="  background-color: FFFFFF; color: 000000;   font-family:  'Arial'; font-size: 31px; layout-grid: both fixed 51px 32px; white-space: nowrap; " id="item3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div><div style="  background-color: FFFFFF; color: 000000;   font-family:  'Arial'; font-size: 31px; layout-grid: both fixed 51px 32px; white-space: nowrap; " id="item4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>

I want to display a white block in the image. but when run in IE8 the white block appears bigger as compared to when displayed in IE11. 

I wanted to know why is this behaviour and if the code is same then the output should also be the same. can anyone help me to understand this behaviour?

thank you very much in advance for your replies.


"Microsoft Visual C++ Runtime Library" "Runtime Error! Program: C:Program Files\Internet Explorer\iexplore.exe"

$
0
0
The subject message pops up any time I attempt to open my IE8 browser using Windows XP and set to my home page "ATT.Yahoo". When I click "OK" in the message, IE closes and tries to recover, but with the same results each time. I know there is a method to reset IE9, but can't tell if it also pertains to IE8 since it can't be opened.

Microsoft Visual C+ + at c:\windows\explore.exe to Win8.1 adobe updated later

$
0
0

Microsoft Visual C+ + at c:\windows\explore.exe  to Win8.1  adobe updated later ?

IE 11 - This website does not have permission to use the Geolocation API - 2

$
0
0

Hello,

I tried also http://html5demos.com/geo. Same result: geopositioning failed.

Regards
Axel

chrome problem on Win8.1

$
0
0
Chrome will launch and then fail within a few seconds. It worked fine on Win8.0 but won't since upgrading to 8.1.  I've un-and re-installed already. Anyone know a fix?

IE11 (mobile, windows phone 8.1) Touchend fired without user action.

$
0
0

Hi! I have strange touch events situation using my IE11 mobile (nokia lumia 625, Windows Phone 8.1). When i touch the screen i get'touchstart' event (this is normal), but after while i get 'touchend' event (my finger is still touching screen). The situation does not occur when after touching the screen, I slide my finger across it (i get touchmove event end everything is fine).

Maybe there is some inactivity handler or something? I tried to add 'context' event handler (to prevent defualt action) and 'touch-action' of canvas element was set to none.

Internet Explorer 8, not authenticating Security Certificate.

$
0
0

I have a windows server 2003 citrix farm with IE 8 installed.  We recently updated the secure certificate on one of our internal web sites. Now none of my windows 2003 IE 8 clients can access the site with the updated certificate. I have researched this for a few days now and have not come up with a solution. 

Can anyone provide some advice in this area?

Kind regards,


Matt Burgos


Matt Burgos

Lost Favorites links

$
0
0

Hello, My name is Russell and I have lost all of my favorite links. I have looked in my file directory (c:\users\russell\favorites).

All of the directories are in tack but all of the links are empty.  I recently purchased a second pc and upgraded it to windows 8.1 from windows 7. Allowed windows update to install all updates suggested.  I use the same login id, (Microsoft account), and the favorites file is duplicated to new pc.  List of all folders but all are empty. I have tried to restore from shadow copy, but the tools for this folder seems unavailable.?!?! Still looking to restore. NEED HELP!

thank you.


TLS 1.0, 1.1 and 1.2 disappearing from IE 11

$
0
0

  I am a non-prolific, retired home windows user.  I have a PC running windows 7 home premium and IE 11.  A few months ago I went to check my email at Yahoo from my home page and the Yahoo page would NOT open.  I went to the advanced properties of IE and discovered that 3 boxes (tls 1.0, 1.1 and 1.2 were NO LONGER checked.  I checked them, hit apply and OK and the Yahoo page worked fine.  Now, every single day when I open IE those same 3 boxes are UNCHECKED.  Once I check them, if I let my PC sit idle for awhile the settings/boxes become UNCHECKED.  I do not have a clue as to what is causing this problem nor how to fix it.  I contacted Microsoft On-line support and the tech took over my PC for awhile to see if she could find the problem.  She never said if she found any problem all she said was that I would HAVE to purchase the YEARLY subscription to their support services.  As I said I am retired and on a fixed income and cannot afford the large fee to solve just ONE SINGLE PROBLEM by them.  
I posted this problem yesterday and Scott Sander suggested I open a new problem here as the area I originally posted it was already listed as resolved and Scott indicated I probably would not get any help there.  I've read some of the answers there and (like I said) I'm a novice and was lost reading them (EXAMPLE: went into REGEDIT but could NOT find the HKEY that was listed in one of the responses).  Appreciate any and all help I can get.  Thanks all.

Joe Bosko

Problem printing with all versions of IE from office 365

$
0
0

Office 365 support had no solution for this issue. They told me to try here.

Since new Office 365 Ribbon with the "My Apps" square was rolled out.  

Every time we print an office 365 page from IE to our Konica Minolta Bizhub, the printer goes offline-and reboots.  It gets stuck in a "pending" state and all later jobs stall.  Our only solution is to reboot the printers.

It's happens every time and it doesn't matter if it's on our main intranet or from the "Admin" page of Office 365 . Something in the new ribbon is causing our printers to crash.

This does not happen if we use google chrome.

It also seems to only affect a combination of IE (9, 10 and 11 all exhibit the same problem) and the new SharePoint ribbon.  Chrome and Firefox print the pages no problem (our standard is IE).

I had the vendor put the most recent firmware on the printer and tried the most recent vendor drivers.

Site to Zone propagation not functioning properly (have to reset IE to default settings before it works).

$
0
0

Hello All,

I have been having an issue with site to zone propagation via GPO that has me perplexed.  I'll provide environment details first and then explain what I've done.

Cloud based environment with two Windows 2008R2 servers (one DC and one functioning as a workstation) and 4 Linux servers (which I only mention because the internal website we access resides on one of them but for all intents and purposes they are irrelevant) running IE 11 and both servers have all update to date patches.  IE ESC is disabled on both systems as this was seeming to prevent GPO propagation of our Intranet Site in the Intranet Zone on both the server and workstation via GPO.  Terminal Services (RDP) is being used to access both servers.

I've run gpupdate /force and the policy propagates properly to push *.test.com (that is strictly an example) to each server and it sporadically applies to my test accounts.  I've come to the conclusion that everything in the background is working properly however the point of issue is when you log on using a brand new test account with proper (non-administrative) groups and permissions.  How I've come to this conclusion is because when you logon to a new user account for the first time and launch IE 11 it gives you the chance to Setup IE for the first time, disregard setting it up, or just cancel out altogether.  It doesn't appear to matter what I do as it disables the Zones and doesn't show the *.test.com site that I am pushing.  HOWEVER if I go to the Advanced Tab of Internet Settings and hit the Rest Internet Settings button and logoff/reboot and then log back on the site shows up properly and I am able to edit the various zones.

Why this is an issue is that we are developing a test environment that allows us to provision accounts to Active Directory and create workflows that send notifications to new users.  The new user receives their credentials (not via email) and logs on and is able to request other services and is granted these by workflow approvals from management.  The user should only need to launch IE and enter the URL (which we'll be pushing by GPO homepage setting) to get to the provisioning application and Single Sign-on (SSO) is enabled and functioning properly within the environment.  It is functioning to such a degree that a user should only need to use a PIV card and corresponding PIN number to logon to the workstation and then through SSO launch IE 11 (or Firefox or Chrome as we're agnostic) to get to the provision application.  Due to something within IE 11 we are unable to make this a truly seamless process for new users as we can't just say logoff and back on and it will work.

Final notes, this is a TEST/DEV environment and there is no fear of a "user" fouling up the works as the only ones with access to the site and user accounts are the development and support team (very small).  So please no comments regarding maintaining access vs security as this is not necessary at this part of the project (we've already got multiple levels of security and certificates in place, etc, etc).

I hope that I've explained everything clearly as possible and I'm hoping others have had a similar problem and that an easy resolution is available.  Once again, I can make things work, however this needs to be a seamless process going forward.  I've already read through numerous blogs on the issue and I know that others have/are experiencing problems like this.

Best regards

IE11 Enterprise mode setup

$
0
0

I am looking for target my application to run under IE9 compatibility mode in IE11 browsers without doing any changes in client machines.

Is it possible to configure particular application or specific page to run under enterprise mode at IIS level. If I want to target IE9, can we use "x-ua-compatible" header with IE9 mode. Is it still supported?

Thank you.


Arunkumar

window.showmodellessdialog issues on IE 11 with silverlight

$
0
0

While using silverlight web part on sharepoint page, we are observing below issue while doing - window.showmodellessdialog()

- Silverlight web controls seems to be Zoomed Out[font size appeares to be reduced] automatically as soon as popup window is opened.

environment details -

Windows 7 SP1

DPI set to 150% [Issue is not seen when this is 100%]

IE zoom level 100%

IE version 11.0.9600.17126

Update version 11.0.9(KB 2957689)

Silverlight Version 5.1.30214.0

Any ideas on this issue?


shwetank

Viewing all 10469 articles
Browse latest View live




Latest Images