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

Internet Explorer for Windows 7 Pro 32 bit

$
0
0
Please help me to download and install compatible Internet Explorer for Windows 7 Professional 32 Bit. 

Internet Protection Mode setting gets UNCHECK automatically in IE 11

$
0
0

Hi Experts,

In some of our machine where IE 11 installed we are unable to check mark the internet Protect Mode setting (Internet Option - Security tab ). It gets UNchecked automatically when we reopen the IE 11. On other versions of IE 10/9 we can check/ UNcheck the Protection Mode Setting.

We have not pushed any GPO for IE 11 Protection mode. And We do not want to push it through GPO because Some Devlopers do not need Protection Mode.

Even i am not able to degarde IE 11 patch from Win 8.1 OS machines.

Please suggets.....

Thanks

Applet regression prompts for authentication dialogs

$
0
0

Hello,

We are currently experiencing a problem with our applet under java 7u67, 8u11.

Our application is served trough 2 web sites : static.mydomain.com and app.mydomain.com. Both are HTTPS only sites and app.mydomain.com is requiring mutual TLS authentification using a smartcard+PIN solution.

Our applet jars are served from static.mydomain.com.

Our web application at app.mydomain.com is declaring applet tags within it's pages using the Java deployment toolkit which produces the following tag :

 

  1.    <applet width="0" height="0" mayscript="true" id="applet" archive="myapplet.jar"  
  2.        code="MyApplet.class"  codebase="https://static.mydomain.com/applet/"  
  3.        alt="applet">  
  4.        <param value="true" name="MAYSCRIPT">  
  5.        <param value="true" name="legacy_lifecycle">  
  6.        <param value="false" name="codebase_lookup">  
  7.    </applet>  

 

We are expecting one and only one PIN request from the navigator while connecting to app.mydomain.com but since we have upgraded Java, we are experiencing a second PIN request while our page at app.mydomain.com is being loaded.

What we notice (in Java console) is that extra https requests are sent by java before loading our applet and they seem to be targetted to app.mydomain.com (but our applet is only served from static.mydomain.com)

 

  1. 127.0.0.1 - - [24/Aug/2014:16:15:40 +0200] "CONNECT app.mydomain.com:443 HTTP/1.0" 200 9268  
  2. 127.0.0.1 - - [24/Aug/2014:16:16:12 +0200] "CONNECT app.mydomain.com:443 HTTP/1.1" 200 3536  
  3. 127.0.0.1 - - [24/Aug/2014:16:16:12 +0200] "CONNECT app.mydomain.com:443 HTTP/1.1" 200 3083  

 

Could these requests be responsible for an extra authentication ?

To exclude a potential bug in our code we've designed an "Hello World" applet + web page which we've deployed to a similar architecture. It also triggers the bug.

Applet code is :

 

  1.    Package mypackage;  
  2.    public class HelloWorld extends java.applet.Applet{  
  3.        public String getHelloWorld(){  
  4.            System.out.println("appel de getHelloWorld");  
  5.            return "Hello World";  
  6.        }  
  7.    }  

 

html page deployed at app.mydomain.com :

 

  1.    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
  2.    <html xml:lang="fr" lang="fr" xmlns="http://www.w3.org/1999/xhtml">  
  3.    <head>  
  4.        <script src="deployJava.js" type="text/javascript"></script>  
  5.    </head>  
  6.    <body>  
  7.        <script type="text/javascript">  
  8.            var version = '1.5' ;  
  9.            if(!deployJava.versionCheck(version+'+')){  
  10.                var msg = "Do you want to update your Java version ?";  
  11.                if(confirm(msg)){  
  12.                    deployJava.installLatestJRE();  
  13.                }  
  14.            }else{  
  15.                var archives = new Array("HelloWorld.jar");  
  16.                var attributes = {  
  17.                    alt:'altId',  
  18.                    codebase:'https://static.mydomain.com/',  
  19.                    code:'mypackage/HelloWorld.class',  
  20.                    archive:archives.join(', '),  
  21.                    width:0, height:0,  
  22.                    id:'HelloWorld',  
  23.                    'MAYSCRIPT':'true'  
  24.                } ;                           
  25.                var parameters = {  
  26.                    'java_arguments':'-d32',  
  27.                    'MAYSCRIPT':'true',  
  28.                    'legacy_lifecycle':'true'  
  29.                };  
  30.                deployJava.runApplet(attributes, parameters, version);  
  31.            }  
  32.        </script>  
  33.        <script type="text/javascript">  
  34.            try{  
  35.                var applet = document.getElementById("HelloWorld");  
  36.                alert(applet.getHelloWorld());  
  37.            }catch(e){  
  38.                alert(e);  
  39.            }  
  40.        </script>  
  41.    </body>  
  42.    </html>  

 

Even though, the user is required to authenticate with his smartcard (and thus present the pin code) to access our page at app.mydomain.com which will load our applet. There is no code that intends to trigger a second authentification of the user.

Why does applet plugin / deployment plugin triggers a second authentification even if the website/applet does not require it ? Why asking for it when failure to authenticate does not change the overall behaviour ? Is this is planned to be corrected in the next version of Java ?

IE11 December 9 update Developer Tools broken error in JSPlugin

$
0
0

I downgraded to IE8 to test something, then installed newest IE11.

My dev tools no longer work:

FTP:// cannot be accessed using Internet Explorer. I need to access for school

$
0
0
I have to go to ftp link for school but my internet explorer will not access what must I do to get my surface pro to be able to access this link?

Issues with Server 2008 R2 GPO Settings Being Applied To Internet Explorer 11 on Windows 7

$
0
0

We are working on a new domain and I'm trying to figure out how to populate the default Home page, Trusted Sites and the Proxy now that Microsoft has removed the IEM from the GPO's.

I have created a standalone policy that only has these items set in the User Configuration Preferences and the settings are not updating for my test user account on the test system.  I see the policy is being applied without any errors.  The only other GPO that is being applied to this system is the Default Domain Policy and it is at the default settings.

Why would Microsoft take away such a basic and fundamental administrative function?  I'm trying to figure this out before all support ends for the older versions of IE in January, 2016.  I'd appreciate any suggestions on how to get this configured so I don't have to touch every system.

Mark Gordon

Systems Administrator

unable to send or forward emails. only started 1st january 2015

$
0
0

every time I try to send an email I get this response in my inbox.

This is an automatically generated Delivery Status Notification.

Delivery to the following recipients failed.            


Unable to uninstall IE10

$
0
0

Hi All,

We have a client who runs Server 2012(non R2) and it looks like at some point the have tried to remove IE10 from the server. I can only assume it didn't go well as it is still there in C:\Program Files but we can not run it. When we double click on it the program doesn't open and no process is running. When we try to install IE10 again it gives an error reporting that a newer version is installed (We are using 10.0.9200.16521 installer). We have tried removing IE10 by using the following command in an elevated command prompt.

FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"

and rebooting after the fact but it still does not work. We do get an error Operation failed with 0x80070005 Access is denied.

When we run it with the quiet switch we don't get the error but even after the reboot it still is not removed.

Any advice would be great thanks.


Clicking on any hyper link or submit button shows a 'failure to load' URL message in the console in IE11

$
0
0

Hi

I am getting a console error message 'failure to load' while clicked on any hyperlink or submit button. This is only occurring inIE11 browser. why is it happening

please find the attached screenshots from below url.

http://screencast.com/t/BoUad8Vy

This is occurring in most of the websites and also you can observe the same error in "http://msdn.microsoft.com/ie" and you can observe it inIE11 browser only. please check the attached screenshot. ( http://screencast.com/t/jBez3nNpbfF )

I also developed a MVC .Net application and getting the same console exception While clicking any submit button or hyperlink and itsonly showing in IE11 browser console.

Can you let me know why this is happening? Is it going to affect the rendering or the page load speed?

Best Regards

Pradeep

Problem Importing Certificate using IE 10

$
0
0

Anyone can help me on how to import certificate using IE 10? im using windows 8.0

I tried importing it using IE 10 tools->internet option->content->certificate->import. It prompt successful but its not updated there.

Remove the "Safety" tab from IE 11 tools with group policy

$
0
0

Is there any way to remove the "Safety" tab or it's contents from the tools button in the upper right hand corner of IE 11 with Group Policy 2008 r2. I am using a GPMC on a windows 8.1 computer running IE 11. All of the computers we manage are Windows 7 pro running IE 10 or IE 11. The computers I am trying to remove the "Safety" from are used as library catalog computers. We have them pretty well locked down with group policy and a squid server. I just need to remove the "Safety" or the contents in it. I would love to remove the "Tools" all together but haven't found a way. 
I thought maybe I could use the "Force Full Screen" but need a back, forward and home button.

 

Add a network in Windows 7

$
0
0
I have been trying for over 5 months to add my FTP site back into my computer and have had no luck. It was in there until I had to do a complete system restore to factory setting and now it keeps giving me and error "invalid folder"

IE passing random usernames

$
0
0

For the past couple months we have been seeing users that get challenged for credentials at times when their accounts are not locked and their passwords are valid. What we find when we connect to their system is that the reason for this is the dialog box had the wrong username. For example a new user today would get domain\firstname.lastname and then at a seemingly random time later the IE popping asking for proper credentials will havefirstinitiallastname or something else that they're AD account was never setup to. They can then choose to use a different account but not sure why or where it suddenly gets an incorrect userame from.

Most are running IE9 with some 10 and 11.

Just reaching out if anyone else has experienced this.

Windows Server 2012 with IE8

$
0
0
In Windows Server 2012 IE 10 by default install, can I install IE-8?

disable shell handler Internet Explorer 11

$
0
0

In Internet Explorer you can enter something like "shell:::{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}" and the action center opens. Is there a way to disable the shell function?

Thanks in advance


Internet Explorer SSL/TLS settings disabled

$
0
0

Recently, we ran a pilot where FIPS-compliance mode was enabled on Windows 7 Enterprise SP1 32-bit computers.  Specifically, the "System cryptography: Use FIPS-compliant algorithms for encryption, hashing, and signing" security option was set to Enabled.  The pilot is over and we turned off FIPS-compliance mode.

Since doing that, I have noticed that the SSL/TLS settings in Internet Explorer 9 are disabled on computers that were part of the pilot.  I know the defaults are:

  • SSL 2.0 : off
  • SSL 3.0 : on
  • TLS 1.0 : on
  • TLS 1.1 : off
  • TLS 1.2 : off

Now, all of these settings are disabled (grayed out) and the following settings are set:

  • SSL 2.0 : on
  • SSL 3.0 : on
  • TLS 1.0 : on
  • TLS 1.1 : off
  • TLS 1.2 : off

This affects all user accounts on the system.

The test GPO we used to turn on FIPS mode for these computers has been verified to only be enforcing that FIPS setting.  It was not controlling any Internet Explorer settings.

Here is the troubleshooting I have done so far:

  • Reset Internet Explorer via the Reset button on the Advanced tab in Internet Options.
  • Put computer in an OU that had Group Policy inheritance blocked, performed gpupdate, and rebooted to ensure no GPOs were affecting the computer.
  • Verified that local policy was not enforcing the Internet Explorer SSL/TLS settings.
  • Ran msconfig, disabled non-Microsoft services, and rebooted.
  • Removed the Internet Explorer feature, rebooted, re-added it, and rebooted.
  • Installed all available important and recommended Windows Updates.
  • Installed Internet Explorer 11.
  • Created a new local account and set it to Administrator and logged in as that.
  • Removed the computer from the domain.
  • Created another local account (with Administrator rights) and logged in as that while the computer was not on a domain.
  • Ran the command from an elevated command prompt:  secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
  • As a last-ditch effort, I ran CCLeaner and performed all the Clean and Registry fixes available.

Does anyone have any other ideas?



LocalStorage function don't work after applied KB3008923 patch for IE11

$
0
0

detail information following

1、my code is    localStorage.setItem("listTitle",n.listTitle);    nis object, i am sure that n.listTitle is not empty, even if i change the code to  localStorage.setItem("listTitle","testlist"); then still have the same error

2、my operation system is windows8.1, afte installed the system, IE was automatically update to 11.0.9600.17498 version, i found out the patch is KB3008923

3、yes, my computer connected to a domain

4、my actions is localStorage.setItem("listTitle","testList");

5、exact error message is Access is deniedImage

i try to do some test, if open IE using run administrator, the error is not exist and i am sure the lower than the version is also ok,

looking forward to receive your response, thanks again

Res://mshtml.dll/about.moz

$
0
0

I have suggested that a blank blue page occurs when navigating to the above URI. About:mozilla does not do anything; instead it navigates to res://ieframe.dll/navcancl.htm.

Below is the page where it displays a blank blue page:

And of course, a Navigation Canceled error:

Navigating to about:mozilla will only work with Mozilla Firefox, not just MSIE.

Internet Explorer slow performance!

$
0
0

Hi All,

We had encountered some issue recently and it affected to multiple users.

IE very slow connectivity when accessing to internet website except MSN, Microsoft sites.

Troubleshooting steps:

1. Reset IE same issue.

2. Check proxy tested either with or without proxy same issue.

3. Nslookup, ping command all reply and resolved, meant no issue with network connection.

4. Delete all IE setting including Registry HKLU\Software\Microsoft\Internet Explorerand HKLU\Software\Microsoft\Windows\CurrentVersion\Internet Settings, 2 folderC:\Users\<userid>\appdata\local\microsoft\internet explorer and C:\Users\<userid>\appdata\roaming\microsoft\internet explorer.

5. Some topics advised using Troubleshooting --> select view all and select Internet Explorer Performance but this option is not appear on the list.

Due to restricted access and company's policies hence all troubleshooting steps had been performed under normal User rights (there is not Power Users or Administrators allow in this case)

We had tried ipconfig /renew as well but result same. We had found out the problem but don't know how to fix. The problem is we are using auto proxy script "Use automatic configuration script" and some how only few systems detect and download the proxy file fcgi incorrect then those website slow performance return DIRECT instead of return proxy list.

Do you have any ideas how to debug this and why this system using different proxy file compare with other system. Notes that hundreds of thousands system was using same proxy script URL link to auto detect and download proxy file, this system also using same URL link but it was download incorrect proxy file.



Jimmy

IE loads page under 2 seconds then rendering takes 10 seconds or more. Firefox, chrome render instantly

$
0
0

There are a large number of controls on the page but we have replaced them with text boxes and its still much slower than other browsers and debugging is not helping. We use update panels and dynamic user controls for rendering but need better page analysis than the standard IE tools provide.

Viewing all 10469 articles
Browse latest View live




Latest Images