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

Trying to upgrade from 7 to 10

$
0
0
I purchased an upgrade from Windows 7 Premium to Windows 10, but when install tries a message appears saying that I must upgrade to a newer browser because some features of the installation are required. But my Explorer is up to date, Explorer 11, with auto updates. Now the link I HAVE FOR DOWNLOADING AND INSTALLING WILL NOT WORK. I started a chat with MS and when I tried to download permission to access my computer with the tech, the download causes the browser to open and discontinue the chat. Another message appears telling me I need to upgrade the browser. Help?

Support for WebWorkers in IE ?

$
0
0

We have a web cross browser app that uses javascript on the front end.  We have lots of big messages and because javascript is single threaded we have had performance issues.  We have done some initial investigation of WebWorker and it looks promising.    We would like to not have to force users to only use FireFox, Chrome, Opera; but IE does not support WebWorkers.   Please take a loot at adding support for WebWorkers in future versions of IE.

http://www.whatwg.org/specs/web-workers/current-work/

OST to PST

$
0
0
How can I convert OST file format to PST file format in MS Outlook?

MSN Home page blocking AOL Home page display

$
0
0
a technician used my desktop to do some wireless testing and now I can't display my aol account. I can open the account but the only thing that displays is the MSN screen. all my email and favorites are on the aol app but I can.t get it to display nor close the MSN home screent

Java Add-on not loading for users

$
0
0

We have Java installed on our terminal servers (2008 R2 / 2012 R2)

When we login as admin on the system and launch IE to go to a site that users Java it loads the add on Java SE Runtime Environment 8 Update 161 fine and site works.

on the same terminal server is we login as normal user without admin access and launch the same site that uses Java the add-on never launches , neither is it available to be loaded or added. We get an error message from IE 11

The error message is The Page you are viewing uses Java. More information ...

Anything that we may be missing 

We are using 32-bit java on the machines (tried on Server 2012 R2 , 2008 R2 RDS )


How IE can automatically still detects my proxy?

$
0
0

I had a proxy server in my network, now it is powered but not used anymore and all clients can connect directly to internet.

I removed the DNS wpad record.

I removed the DHCP option 252,  and I'm sure all leases are removed.

I checked that inside internet explorer connection options there is nothing but "Automatically detect settings".

Now my IE (and Windows) is still using the proxy! If I remove the "automatically detect settings" flag, it connects directly to internet.

How can Windows still detects my proxy?

This is a common problem for all my domain users and not just for a specific one.


Scrolling not working properly in Windows 10 IE 11 but does wotk in Windows 7 IE 11

$
0
0
I have a web application that functions properly using Windows 7 IE 11. When testing same application on a Windows 10 box with IE 11, the scrolling is not working properly. Some tags are appearing static now and don't scroll with the content. Any suggestions?

IE hacked

$
0
0

My IE does not delete browsing history.

When I select Delete everything, including passwords, I do not get logged out of any webpages I have been using before the deletion of all browsing history, in including passwords.

The Facebook page of my favorite band has some photos grayed out, some posts missing.

Thank in in advance for any ideas?


Blob and file download disabled in IE11

$
0
0

Hi guys,

We are having a problem with a customer that has File Downloads disabled for the internet zone but added our website into trusted websites (with file download enabled) and can't download files.

Our files are sent received on a javascript fuction as blobs and we are using msSaveOrOpenBlob in the case of IE11 but no matter what we try, even if our website is on the Trusted Sites we always get "hello.txt couldn't be downloaded".

The following is a quick and dirty sample of what we are doing. This works fine with file downloads enabled in the internet zone.

var content = "Hello world";
var filename = "hello.txt";
var blob = new Blob([content], { type: "text/plain" });
window.navigator.msSaveOrOpenBlob(blob, filename);

TL;DR;

We have a website with IE11 settings set to:

Internet Zone -> File Download disabled.

Trusted Sites -> File Download enabled.

Out site is added to the Trusted Sites zone.

With the function above we always get "hello.txt couldn't be downloaded", even though our website is on the Trusted Sites zone. If we enable file downloads on the internet zone this works just fine but for security reasons our customer can't do that.

Any ideas?

Popup is going behind the parent window in IE11 when focus is on parent window

$
0
0
Popup is going behind  the parent window in IE11 when focus is on parent window 

steps :

we are working on cross domain communication between parent and popup window .

There is a button in parent page (domain A) and on click of the button Popup window (Domain B) will open and child window will communicate back to parent window after popup window is losing focus and going behind the parent window only in IE11. IE edge and other browsers we can see the popup window on top of the parent window. This the is expected behaviour

is there any fix to retain popup(child) window on top of parent window until user closes the popup(child) window.



Popup is going behind the parent window in IE11. when parent window had a alert triggered, that makes the child window lose focus and go behind

$
0
0
Issue in IE11:

when parent window had a alert triggered, that makes the child window lose focus and go behind

Scenerio:

There is a button in parent page (domain A) and on click of the button Popup window (Domain B) will open and child window will communicate back to parent window. when parent window had a alert triggered, that makes the child window lose focus and go behind only in IE11 browser.

IE edge and other browsers we can see the popup window on top of the parent window. 


is there any fix to retain popup window on top of parent window until user closes the popup(child) window.


Cookies C# asp.net not persisted IE 11 after update Windows 10.0.17134 Build 17134

$
0
0

Trying to be short but giving as much detail as possible.

So we have to update to Windows 10.0.17134 as a corporation. When installing it on a few machines they all quickly experienced the same issue. IE 11 is not persisting cookies on the local intranet anymore. So nothing like saving what language a user is using, other user preferences. It does this in test, production and development environments. It is completely repeatable simply upgrade to Windows 10.0.17134, after the reboot, cookies are no longer persisted.

Ok, so simple cookie. Written from ASP.net site.

Response.Cookies["AutoLogin"].Value = "true";
Response.Cookies["AutoLogin"].Expires = DateTime.Now.AddDays(365);

This site has been upgraded several time though out history originally a .net 1.1 site. But the above code has worked now for 18 years. Newer cookies I create the full cookie object and write it down in one response. Either way, this works in all windows versions prior to the one in the title and still works on all those.

Now when I go to the site after upgrading the cookie is not there. No matter, if it is not there it will create the cookies again. I can see the cookies in the trace.axd file on the server and fiddler on the client after they have been created. They stay as long as the user has the browser open. The minute I close the browser and then reopen it. All cookies are gone. The are not in fiddler, they do not show up in the trace.axd on the server Cookies are completely blank.

Now this is an intranet site. So the settings should be affected by the intranet zone. So I have messed with a ton of browser settings to see what I can do. If I do turn on protected mode in the local intranet zone. Cookies are persisted and saved just like before. However, I have other 3rd party internal sites that need to have this disabled so I can not leave it enabled. All prior versions of windows, IE etc protected mode is disabled. So something is off here. Something changed. 

Now to muddy the waters a little more I am not sure why Microsoft does this. So Before the windows Update IE was version 11.611.16299.0 After the windows update, IE is back to 11.112.17134.0 so it seems upgrading windows actually downgraded IE.

However, the Updated version is newer. When digging into what the difference is between version and updated version I did find that Updated version is security fixes only, where Version is functionality. No where can I find how to update the actual function version of IE to get back to the 11.611 of the prior version of windows. Windows Updates says I am up to date.

Any help is greatly appreciated. I am not sure if it is the Version of IE that is the issue, if it is Cookie issue, like I said works in prior versions of windows, also works in Chrome and Netscape fine

My Internet Explorer 11 just disappeared..?

$
0
0

I have just come across a very odd problem...

We are talking Windows 10 and we are talking IE11...

Many of my customers still use IE11 under Windows 10. On Friday my customer said that she could no longer use IE11..

I checked her PC and sure enough it wouldn't work.. On further inspection I noticed that the iexplorer.exe file had physically disappeared from the users machine... I could see the directory C:\Program Files\Internet Explorer\ and I could see the other files and directories under there but iexplorer.exe was gone...!!

I tried going in to Add / Remove Features but it would not allow me to install it.... I tried everything to get it back but I just could not put it back, I even copied the file from another Windows 10 PC but it still would not run...

After hours of trying to get it to work I just gave up and did a re-install of the O/S leaving all the files and programs where they were.. This didn't work first time, but second time I ran it we were back to where we were... All very odd..., the machine has no viruses or malware but the iexplorer.exe file just disappeared..

I thought this was a one off, but I have just seen it on another Windows 10 machine.. It was there two hours ago, but the file iexplorer.exe has just gone!.. Again, I tried to put it back via Add / Remove Features and there was no option whatsoever in there to add IE11 as a feature?.

This time I did a System Restore to get it back...

Is the Microsoft removing the software..?

OST to PST

$
0
0
How can I convert OST file format to PST file format in MS Outlook?

Some users unable to download from intranet websites

$
0
0

I have a question which is foxing the best in our organization and any assistance with cracking it will be greatly appreciated. Please note I am not a system engineer on any of these platforms, but at the business facing end so by no means an expert.

We have two Intranet applications. Lets Call them IR and PG to protect their identity. Both are within the internal firewall as are all the users. Both are served up via IE11. IR is a Unix based app and PG a Windows/IIS based app. And both allow the user to download reports in Excel format and ordinarily display the yellow popup Open/Save/Cancel when the report has been downloaded.

We have users for both these in Locations B and L. For what ever reason, users in Location B cannot access EXTERNAL websites, except where those sites are on a whitelist.. Users in L can, by and large access any website unless its blacklisted, and blacklisting applies to everyone.

Users in Location B are NOT able to download the reports for Application PG. Nothing appears in the Download folder, no error is generated or logged etc. On the very same machine, a user in Location L can download Excel files as expected If we take the user out of the AD group which restricts them to the whitelisted sites, they can also download Excel files.

BUT we have confirmed using the IE debug functionality that no external URL's are being called, a fact confirmed by the vendor of application PG.

The very same users are ALSO users of application IR and they can download Excel reports from IR when they are in the whitelist restriction AD group.

We have checked the proxy logs and there is no evidence of anything hitting the proxy and being rejected.

We have tried with both Chrome and iE11. Same result,

Any leads or ideas would be very much appreciated.


What is "The 'virtual storage mount notification' add-on from 'eldos corporation'

$
0
0

I just installed IE9 (public release), and I'm seeing a pop-up at the bottom of the browser window that states:

"The 'Virtual Storage Mount Notification' add-on from 'EldoS Corporation' is ready for use."

 

Does anyone know what this is exactly?

안산중절수술예약은?【SEOUL9993@G메일˛coΜ】병원문의

$
0
0
정식산부인과병원/실력있는 의료진/정직한비용-중절수술병원 상담 _ 서울중절수술병원,인천중절수술병원,경기중절수술병원 메일문의바랍니다. 7주~10주중절수술병원,12주~20주중절수술병원,21주24주~28주중절수술병원,주수별 중절수술비용,여의사진료,당일상담및예약

안산중절수술예약은?【SEOUL9993@G메일˛coΜ】병원문의

$
0
0
정식산부인과병원/실력있는 의료진/정직한비용-중절수술병원 상담 _ 서울중절수술병원,인천중절수술병원,경기중절수술병원 메일문의바랍니다. 7주~10주중절수술병원,12주~20주중절수술병원,21주24주~28주중절수술병원,주수별 중절수술비용,여의사진료,당일상담및예약

성남 임신중절 병원안내【SeouL9993@G메일.CΟΜ】메일문의

$
0
0
정식산부인과병원/실력있는 의료진/정직한비용-중절수술병원 상담 _ 서울중절수술병원,인천중절수술병원,경기중절수술병원 메일문의바랍니다. 7주~10주중절수술병원,12주~20주중절수술병원,21주24주~28주중절수술병원,주수별 중절수술비용,여의사진료,당일상담및예약

고양 중절수술【SΕouL9993@G메일.CΟΜ】병원문의

$
0
0
정식산부인과병원/실력있는 의료진/정직한비용-중절수술병원 상담 _ 서울중절수술병원,인천중절수술병원,경기중절수술병원 메일문의바랍니다. 7주~10주중절수술병원,12주~20주중절수술병원,21주24주~28주중절수술병원,주수별 중절수술비용,여의사진료,당일상담및예약
Viewing all 10469 articles
Browse latest View live




Latest Images