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

IE 11 do not create another filename version when export to excel. Error: Unable to read file

$
0
0

In SAP portal we are running reports.

With IE8 we export a report to excel and then change the layout of the report and export the same report again. Every time we export the report to excel we get the another version of the filename. The first time ReportBudger is made and then ReportBudget (1), ReportBudget (2) and so on.

We have upgraded to IE11. But now with IE11 the version of the files are not consequently incremented. So we get the errors: "File with the same name already exists" and "Unable to read file".

With Firefox it works also properly. We do not have that problem.


make IE11 default browser in windows 10 using GPO

$
0
0

Hi Expertz,

I am trying to make IE 11 as default browser in windows 10 1511 machine & following link below

https://technet.microsoft.com/itpro/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy

My followed steps are::

 

1>     1> Taken a windows 10 1511 reference machine where IE11 was made default browser manually from settingsàsystemsàdefault appàset defaults by app—select IEàset this program as defaultà OK

2>     2>Exported this default app changes using dism

>Dism /Online /Export- DefaultAppAssociations:c:\defaultassociations.xml

 

3>     3>Copied this xml file from ref VM & paste in DC in location

c:\windows\system32\defaultassociations.xml

In Domain Controller side

 

4>     Winkey + R-->Gpedit.msc-->computer configuration-->Administrative template-->Windows ComponentsàFile exploreràset a default association configuration file -->enable

In option tab-->paste-->c:\windows\system32\defaultassociations.xml

4>

1>     In client VM verified whether policy has been appliedàwinkey+Ràcmdàgpupdate /force

Gpresult /scope computer /r

 

2>     IE11 was not set as a default browser in settings in client windows 10 VM

Guys I could be missing somewhere, Kindly guide me where I am wrong???

IE11 : Content-Type = false in IE11 it doesn't work

$
0
0

0
down vote
favorite
The first solution than I tried I use the method beginQuoteFileUnquoteUpload1 it created me a good boundary and good Content-Type but when I receive the file. The file is corrupted :(

var formData = new FormData(); 
formData.append('file', document.getElementById('file').files[0], document.getElementById('file').files[0].name);

function beginQuoteFileUnquoteUpload1(data)
{
    // Define a boundary, I stole this from IE but you can use any string AFAIK
    var boundary = "---------------------------7da24f2e50046";
    var xhr = null;
    if (window.XMLHttpRequest || window.ActiveXObject) {
if (window.ActiveXObject) {
try {
xhr = new ActiveXObject("Msxml2.XMLHTTP");
} catch(e) {
xhr = new ActiveXObject("Microsoft.XMLHTTP");
}
}else{
xhr = new XMLHttpRequest(); 
}
    }else{
alert("Votre navigateur ne supporte pas l'objet XMLHTTPRequest...");
return;
    }
    var body = '--' + boundary + '\r\n'
             + 'Content-Dis name="file";'
             + 'filename="'+document.getElementById('file').files[0].name+'"\r\n'
             + 'Content-type: application/pdf\r\n\r\n'
             + data + '\r\n'
             + '--'boundary + '--';

    var url ="https://gedcreditor.mycloud.by/Myproject/ws/rest/sendemail/";
    url+=document.getElementById('file').files[0].name;
    url+="/a/a/a";
    xhr.open("POST", url, true);
    xhr.setRequestHeader(
        "Content-type", "multipart/form-data; boundary="+boundary);
    xhr.setRequestHeader('Authorization','Bearer ' + JWTtoken);//Our test server does not accept JWt, once we use AXA server, we will test the JWT
    xhr.setRequestHeader('ApiKey','lRABmnmS_H1Ej9yaowxqwEsuBbkxkgrzx-C1Jji_HfnJyKywR8NeuSkIJbhutfNg');
    xhr.onreadystatechange = function ()
    {
        if (xhr.readyState == 4 && xhr.status == 200)
            alert("File uploaded!");
    }
    xhr.send(body);
}

beginQuoteFileUnquoteUpload1(formData);

******************************Result**********************************

-----------------------------7da24f2e50046 -----> Ok Content-Dis name="file";filename="servlet.pdf" Content-type: application/pdf

---------------------------7da24f2e50046-- Content-Type multipart/form-data; boundary=---------------------------7da24f2e50046 ----> OK

==================================================================================================================================================

The second Solution does work because the firewall blocked me because I don't have the same boundary below the method and results.

var formData = new FormData(); 
formData.append('file', document.getElementById('file').files[0], document.getElementById('file').files[0].name);
function beginQuoteFileUnquoteUpload(data)
{
    // Define a boundary, I stole this from IE but you can use any string AFAIK
    var boundary = "---------------------------7da24f2e50046";
    var xhr = null;
    if (window.XMLHttpRequest || window.ActiveXObject) {
if (window.ActiveXObject) {
try {
xhr = new ActiveXObject("Msxml2.XMLHTTP");
} catch(e) {
xhr = new ActiveXObject("Microsoft.XMLHTTP");
}
}else{
xhr = new XMLHttpRequest(); 
}
    }else{
alert("Votre navigateur ne supporte pas l'objet XMLHTTPRequest...");
return;
    }
    var url ="https://gedcreditor.mycloud.by/GEDCREDITOR_01_06/ws/rest/sendemail/";
    url+=document.getElementById('file').files[0].name;
    url+="/a/a/a";
    xhr.open("POST", url, true);
    xhr.setRequestHeader(
        "Content-type", "multipart/form-data; boundary="+boundary);
    //xhr.setRequestHeader('Authorization','Bearer ' + JWTtoken);//Our test server does not accept JWt, once we use AXA server, we will test the JWT
   // xhr.setRequestHeader('ApiKey','lRABmnmS_H1Ej9yaowxqwEsuBbkxkgrzx-C1Jji_HfnJyKywR8NeuSkIJbhutfNg');
    xhr.onreadystatechange = function ()
    {
        if (xhr.readyState == 4 && xhr.status == 200)
            alert("File uploaded!");
    }
    xhr.send(data);
}

beginQuoteFileUnquoteUpload(formData);
******************************Result**********************************

Clé Valeur Content-Type multipart/form-data; boundary=---------------------------7da24f2e50046 ------> OK

-----------------------------7e018a1b2079a ------> Ko Content-Dis name="file"; filename="servlet.pdf" Content-Type: application/pdf

Ç¥¾}«s


Customers report Internet Edge and Internet Explorer 11 downloading files as icons and storing them in Temporary area.

$
0
0

Hello,

Our company  website contains a collection firmware and executable for our customers to download. Customers running Chrome, Firefox, or early versions of the IE have no issues. Customers running IE11 and Edge on Windows 10 report that .exe files download properly, but the firmware files with a custom extension do not. Instead, IE11 opens a new tab and the new window contains a little "X" icon. That's it. Nothing in the Download area. 

Some of our more adventurous customers searched through there Temporary Internet folders and found the firmware files stored as .ICO files. When the files were copied out and renamed back to to the proper extension (the main part of the name was correct), our product read the files just file. Any idea why are the files getting their extension changed to .ICO and why are they not appearing in the download area. This is affecting multiple customers.

Thanks!



Display unsecured content on a secured website.

$
0
0

Hello folks,

I have a secured website which uses resources coming from an unsecured sever. Internet Explorer provides a pop up asking to 'show all content'. This issue can be resolved by changing the mixed content settings in IE, but I don't want my clients to do those settings in their browsers manually. Is there a global efficient way to disable the warnings shown by Internet Explorer, I mean through IIS or something else.

Thanks

Can't delete favorites from IE 10 - Windows 8

$
0
0

Yesterday out of the blue some old pages from my favorites list reappeared.  I deleted these in the past and now they just showed up.  When I right click on them to delete them or go to organize favorites to delete them, they delete for a few seconds, but then reappear.  I try again and again, but they just keep coming back.  The "favorites bar" in my favorites list does the same thing.  I have also gone to users/profile/favorites to try and delete them and they just come back.

I've run multiple scans with my antivirus software and spybot software, but it didn't fix it.

Anyone know how to fix this or know what the problem could be?  I am not a tech guy, just an average joe, but can get around windows decently.

 

Thanks for your help.

IE11 (desktop), Win8.1: Java not working / compatible since update!

$
0
0

Hi there,

Prior to the 8.1 update I was able to run java fine on the desktop IE10.  For work this is essential, as I access dropbox to upload files, etc.  I'd much rather keep using IE, however since 8.1 I get an alert that some of my add-ons are not compatible with the new enhanced security features, etc.

I turned off "Enhanced Protected Mode", toggled various settings, uninstalled/reinstalled latest java, etc.  Still nothing working.  I'd rather not get a new browser as I love IE... any solutions?

I'm running a 64bit OS & processor, high-end machine.

Many, many thanks!

Andrew

Crystal Report ActiveX Viewer unable to run in Internet Explorer 11

$
0
0

Hi

Before I used IE 9 and I don't have any problem with my Crystal Report ActiveX viewer. But when I upgraded to IE 11, I can no longer view my report. I'm using Windows 7 SP 1 64 bit.

Any suggestion on how to solve this problem.. :)

Thanks & regards,

kix


IE 11 - Unable to Drag and Drop to Unlocked Favorites Bar

$
0
0

Under IE 11 and Win 8.1, Office 365 E3, I have turned off "Lock Toolbars" but am still unable to drag items to the bar successfully. Works fine on my other computers, so I know my technique is OK. Also, cannot rearrange items with drag and drop -- have to use Organize Favorites command. This is slowing me down! 

Thank you.

how to change Preserve Favorites websites data in IE 8 from a command prompt

$
0
0

I need to automate the unchecking of this option is IE 8 so I can push the change out to hundreds of PC but I can only find insturctions on how to do this from inside IE 8 and I need to do it ouitside of IE8

Thanks

Ben

Displays website incorrectly on my computer

$
0
0
I am building a website at sandymcintire.com powered by WordPress. The site works fine on Firefox and Google and on IE with the exception of my computer.  I have cleared caches and temp files, run anti-virus and adware, check all WP coding and report the issue to IE with no response. The backside of WP site building works fine and shows the website correctly. It is only on my computer that the top page reads incorrectly for IE. I am running Windows 7 and IE 10 -- latest versions -- on my HP Pavilion.

MSN and Internet Explorer 11 compatibility issues

$
0
0

I'm running Windows 7 Home Premium 64-bit on an Asus laptop. According to the techies at MSN there are some compatibilty issues between IE 11 and MSN. Specifically, many of the links on the MSN.com homepage are not accessible, e.g., wonderwall.com and the calendar.live.com. I have been able to get the calendar when logged into Google chrome , and the links on the MSN.com homepage are accessible with IE and Google. The MSN techies said the only way to fix the problem was to uninstall IE 11 and then download IE 10. I know there is no way to really "uninstall" IE 11 so is there a work around for this issue.  I've tried fixing with "compatibility view", but that hasn't worked.  I can't even add "wonderwall.com"

I would appreciate any advice/recommendations as to how to fix this problem

Thanks

Scrolling problem with Dell Touchpad with Windows 10

$
0
0
I have a Dell Inspirion 17R with a Dell Touchpad that auto updated to Windows 10. Now I can't two finger scroll in Internet Explorer 11. I get the hand icon but no scrolling. I can scroll in other programs like File Explorer. All Touchpad settings alow two finger scrolling.

Internet Explorer 9 Slow to Shut Down

$
0
0

I have a computer with Windows 7 and Internet Explorer 9.

When logged in as Administrator, IE 9 shuts down quickly.

When logged in as the User, IE shut down SLOWLY.  It takes about 8 seconds.

When logged in as the User, and IE is started in Safe Mode, IE shuts down quickly.

When logged in as the User, and all Add-ons are disabled (including those not loaded), IE shuts down SLOWLY.

What I get out of this is Safe Mode must do more than disable all the Add-ons.  I am not sure where to go from here.

Michael

IE11 Auto configuration and Proxy

$
0
0

We have an issues with Proxy detection for our machines.

All our servers have manually assigned IP -- No DHCP

No machine is able to resolved wpad.domain.com  using DNS (Possibly earlier there was such entry -- which is removed now)

All machines have IE11 and  automatically detect settings enabled

Somehow machines still are able to get proxy details even though no WPAD is downloaded using DNS/DHCP 

Possibly cache but we deleted all files from IE download folder (even though no WPAD.dat existed there)

We rebooted machines

We created the registry to disable autocaching

https://support.microsoft.com/en-us/kb/271361

Somehow Server 2012 R2 machines still keep getting proxy and able to connect to Internet.

Any advice how i can stop / block / clean proxy 


MP4 videos are not embedded. It is always asking to download.

$
0
0

Hi,

I am using Internet Explorer 11 with Oracle Fusion. We have a placeholder for personalization and it can only use iframe.

I am using following tag. This works absolutely fine in Firefox, Chrome, Safari and Edge. It fails only in IE11. Ideally video should come as embedded and people should be able to click on play. 

But in IE11 this does not appear rather it directly asks to download. 

When I use same tag with youtube video it works fine in IE11 too. Please guide me how to resolve this issue. I have spent hours on searching this issue on google but did not get any relevant hit. All are talking of video codec and so on.. I tried most of the different videos wmv, mp4 and so on but none works.

Working

<iframe width="300" height="250" src="https://www.youtube.com/embed/11vIg_5A7kk" frameborder="0" allowfullscreen="true"></iframe>

Not Working

<iframe width="420" height="315" src="https://ebpm-test.fs.us2.oraclecloud.com/webcenter/content/conn/FusionAppsContentRepository/path/webcenter/CAQuickRefVideos/New_Tab.mp4?embed=true" frameborder="0" allowfullscreen></iframe>

Thanks in advance.

Regards,

Ash

IE Broken after Sysprep COPYPROFILE used

$
0
0
After fully building my Windows 8 and 10 images using Audit Mode, I use the COPYPROFILE setting in Sysprep to make a copy of the profile for all users. The issue occurs when the user's try using IE 11. The MSN homepage is missing nearly all of it's content, except the main scrolling section for top articles. All other sections are gone and none of the ads load. I have tried resetting IE andrebuilding the image, neither of these worked. I Prepped the image without using the COPYPROFILE switch and IE is usable but all my configurations are gone. Please advise.

Ie11 suggested sites

$
0
0

Another day, another pointless and waste of my life ie11 problem.

What is it today?  enterprise mode? Activex? nope, suggested sites.

Tell me why every user has 100s of suggested site links adding to their favourites bar? Also why are all of them empty. Just 100s of empty favourites called suggested sites.

How does this software get released.

This is the same in windows 10 as well, so don't come with that non sense about it being a windows 7 problem.

At least in windows 10 ie11 doesn't need 10 broken prerequsties and another 10 cumulative updates before it works correctly.

Is there a css-only way to do background blur in IE11?

$
0
0

I want to make the background visible but blurred when a popup is opened. I am not asking about image blur, I am asking about adding blur to the page, and I want to know if there is currently any css-only solution?

The non-css solutions I am aware of are:

  1. The solution which uses javascript uses libraries like http://quasimondo.com/StackBlurForCanvas/StackBlurDemo.html
  2. To create an image of the background using libraries like html2canvas: https://github.com/niklasvh/html2canvas and then insert the image inside an inline svg and apply svg filter blur to it.

I have checked and verified that none of the following works in IE11:

filter: blur(7px);-webkit-filter: blur(7px);
filter: url(/images/blur.svg#blur);
filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='7'%20/></filter></svg>#blur");-moz-filter: blur(7px);-o-filter: blur(7px);-ms-filter: blur(7px);/* This only works for older IE. For newer IE using javascript is suggested here: http://thenewcode.com/534/Crossbrowser-Image-Blur-with-CSS */
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');

It will be very nice to get an official answer from someone from microsoft that this is not possible if that's the case.

I also asked this on stackoverflow and did not get an answer: https://stackoverflow.com/questions/37767389/is-there-a-css-only-way-to-do-background-blur-in-ie11

Message from webpage

$
0
0

This message was received while one of my users was surfing mapquest.com

Message from webpage

This is a .net frame work file missing due to some harmful virus.

Debug malware error 895-system 32.exe failure.

Please contact Microsoft Technicials to rectify the issue.

Please do not open internet browser for your security issue to avoid data corruption on your registry of your operation system.

Please contact Microsoft Thechnicias at

TOLL FREE HELPLINE AT: +1-844-592-4205

After this, the message goes on saying not to shutdown or restart the comptuter becuase it may lead to data loss.Can/has this harm my server? i wasn't sure if this is a legit Microsoft phone number.

I didn't click anything when presented with the message. I just closed it by going to task manager.


Viewing all 10469 articles
Browse latest View live




Latest Images