Quantcast
Channel: Internet Explorer Web Development forum
Viewing all 3527 articles
Browse latest View live

IE11 Prompts multiple times for client certificate

$
0
0

I'm having a strange issue with IE11 where the client is prompted multiple times in immediate succession to choose a client certificate.  The web page has multiple IFrames with content from different web apps (some performing AJAX requests) on the same server. (Though the requests are reverse proxied on the back end, it is the proxy that performs the client-certificate demand.)  If the user acknowledges all of the cert dialogs the requests will eventually succeed.  This doesn't happen with Firefox.  It also seems to only happen on Win7, not Win10.  Axway Desktop Validator is used for certificate validation.  I'm wondering what would make IE11 re-prompt for a client certificate after it already selected a certificate for the same server.  I am also looking for more detailed information about how products like Axway DV interface with IE11 to perform certificate validation.  It sounds like it has something to do with CAPI, but that's all I can find so far.  Is there https traffic between IE and Axway?  Any help would be greatly appreciated.

Tom


Script 70: Permission denied with popupmenu.js

$
0
0

The drop down menu not showing on documentum using java 6u25 on ie11 giving script 70: permission denied on line 305 bolded below: 

// Sanity check - make sure we've got a reference to the popupWnd.
// in which case we'll try to set it up here.
if (group.popupWnd == null)
{
var targetFramePath = getAbsoluteFramePath(group.targetFrameName);
group.popupWnd = eval(targetFramePath);
}
var wnd = group.popupWnd;
while (wnd != null)
{

I searched for a solution and found "MS16-104: Security update for internet explorer" but the non-security kb3191336 could not be found on Microsoft catalogue to be downloaded

3191336"Permission Denied" script error in Internet Explorer 11

Please help.

alternative way to use ie11 webdriver for windows 10

$
0
0

Hi, all

I am planning to automation for ie11 in windows 10 with selenium.

even though i found ie11 webdrivers for windows 7 and 8.1 but cannot find it for windows 10

The webdrivers for windows 7 and 8.1 doens't work with my PC, showing "update is not available"

Please share any good idea to use ie11 webdriver in windows 10

Thanks

Internet explorer 11 “Not enough storage” error

$
0
0

When I try to get an ajax response around 100 mb I get this error:

Error: Could not complete the operation due to error 8007000e. “Not enough storage is available to complete this operation”

I don't get such errors with other browsers.

Why does it happen ?

I use IE 11. Windows 8.1 64bit 16GB RAM


Internal camera rotated by 90° after opening a link in a new tab and redirection

$
0
0

I've got the exact same issue as described here: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14769888/

I've written a custom portal that on button push opens a second tab and browses to the video conferencing web bridge. the link however includes custom variables that then redirect the new tab to a specific conference.

once redirected the web cam image is rotated 90 degrees.

this only happens in Microsoft EDGE

does anyone know of a work around ? or if this bug has been fixed as it doesn't seem like it.

I'm unable to sign into the Microsoft developers page as it seems to conflict with my O365 account.

I'm using Microsoft Edge 42.17134.1.0

Microsoft EdgeHTML 17.17134

on Windows 10 pro 64bit

the link above does have sample that I tested as well please see direct link to code below. below is a link to my page that I wrote, just click on "join via browser" then enter a name and click join. it will then bring up a system check where you can see the camera is rotated.

sample code : https://github.com/wpp/edge90

My page with the issue: https://portal.cloudrooms.co.za/pages/uservmr.aspx?callID=528446&token=49250

what is an OS?

Site is not loading in in Internet explorer in Windows 10

$
0
0

Hello,

I have an official website which is not loading in Internet explorer in Windows 10 it just shows blank page. From our side we have did reset and IE, checked the proxy  and update to latest even though it is not loading. I can able to load other sites.

Could any one please help me to resolve this issue. 

Thanks

Jinumon

IE11 crashes trying to print SSRS client report

$
0
0

I have 2005 report integrated with my web application

Whenever I try to print by clicking the print button in IE 11, it crashes with the below error

Error:

Faulting application name: IEXPLORE.EXE, version: 11.0.14393.2007, time stamp: 0x5a49bd19
Faulting module name: rsclientprint.dll, version: 2005.90.4266.0, time stamp: 0x4acd2bc3
Exception code: 0xc0000005
Fault offset: 0x000173ee
Faulting process id: 0xb74
Faulting application start time: 0x01d4bec187b3e640
Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
Faulting module path: C:\Windows\Downloaded Program Files\rsclientprint.dll
Report Id: b5c83c81-6af9-48d5-b499-da3f029d10c7
Faulting package full name: 
Faulting package-relative application ID: 

Please help.





Latest IE 11 patch and ECMA script within an XSLT

$
0
0

After the latest IE11 patch, our uses need to add the Web Site to their list of trusted sites as it appears the patch blocks the running of ECMA script in the XSLTs we use.

Is this intentional?  Will there be another patch to restore this?  Is there a work-a-round other than adding to trusted sites?

Thanks!

Why is IE 11 so incompatible?

$
0
0

I don't understand why Microsoft has made IE11 so incompatible with so many existing web sites.  My company is constantly getting complaints about how something isn't working on our web sites and it's almost always the case it's because the end user is running IE11.

My company can't afford to keep updating our web server code every time a new version of IE is released ... and for the most part we don't when our end user are working with Chrome or Firefox (heck even Safari is compatible).

As it stands right now we tell our end user to use Chrome or Firefox as a solution to avoid all the issues with IE11.  Which is obviously not in Microsoft's best interest ... we're not going to spend the money and time to change our web code just to help out Microsoft, unless of course Microsoft want to flip the bill for that time and money ;)

So I guess the basic question, why is Microsoft breaking so much compatibility with each newer release of IE?  And why can't IE11 browser be coded to know when it's working with legacy code and automatically go into a compatibility mode?

Rob

مركز صيانة نورج بالمحافظات @ 01225025360 @ 01014723434 الشرقية

window.open() on a multi-monitor/dual-monitor system doesn't position window on second monitor

$
0
0

Hello,

On IE 11, I have succeeded in positioning the new window to open on dual monitor using window.open(),  but the same code is not working on edge browser.

window.open(thePage,'windowName','resizable=1,scrollbars=1,fullscreen=0,height=200,width=' + width + '  , left='+screen.width '');

On Edge browser the new window keeps opening on primary monitor. 

Note: As per our organization policy we have to stick with Internet Explorer and Edge browsers. So I am trying to make it work on Edge browser.

Environment: Windows 10 -version 1803 (OS Build 17134.228), Edge browser

Can someone please help me with this.

Thank You

Reverse Proxy not working when Web Application Proxy (WAP) configured in Pass-through authentication in Windows Server 2012

$
0
0
Hi, I am trying to publish WAP in Windows Server 2012. Configured WAP, mapped ADFS to WAP. Published web application with different external and back-end server but when tried accessing the web application Reverse Proxy is not working.

Linked image is not displayed in Internet explorer

$
0
0

Hi All,

I am facing a problem where linking of an image is working in all the browsers except internet explorer.

I am suspecting a problem with the content disposition header value sent by the server. The server sends content disposition as attachment which instructs the browser to download the file .

Now if i try to link the url with img tag , it gets rendered in all the browsers except IE.

Sample is stored here

https://www.w3schools.com/code/tryit.asp?filename=G180IFYZL1IS

Best Regards,

Saurav

IE 11 not displaying icons after feb 2019 cumulative security update

$
0
0

IE 11 not displaying icons after feb 2019 update(KB4486474). It displaying properly with in other browsers.

is it a known issue with this update ???.


IE11 Can't route normally after installed KB4486474

$
0
0

IE11 Can't route normally after installed KB4486474 .

Our System Web server is Angular4.x, but after KB4486474, The System can't route any pages.

maybe the problem is Angular outlets route.

how to solve the problem?

[Resolved] Cannot load webpages using a local IP address or cannot load webpages on the Internet using a VPN connection

$
0
0

Microsoft Edge users who had installed January 8, 2019—KB4480966 (OS Build 17134.523) or January 15, 2019—KB4480976 (OS Build 17134.556) update on their Windows 10, version 1803 machine were facing the issues with MS Edge browser like they cannot load the web pages using local IP address or they cannot load the web pages using VPN but the same things are working properly with other browsers.

 

This issue occurred after installing these updates and was considered as a known issue from these 2 updates.

Microsoft had already solved this issue in an update for February 12, 2019—KB4487017 (OS Build 17134.590).

 

So if any user has the similar issues with above mentioned updates than they can try to install the KB4487017 update to resolve this issue.


MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

IIS Web Page Pass Through or Forwarding

$
0
0

We have two separate networks.  One set of clients are on one (let's say 192.168.1.*), and other clients are on another (let's say 192.168.2.*).  We need to redirect access to another server, but the client will not allow us to use a DNS entry.

Is there a way to configure IIS to forward a web page and return the results to the client?

For a more technical situation report, the web site is on both networks (let's say 192.168.1.10 and 192.168.2.10).  The two networks do NOT see each other, but a client on 192.168.1.50 could open the web page on 192.168.1.10, and a client on 192.168.2.50 could open the client on 192.168.2.10.

The problem is we need to give access to another server (let's say 192.168.1.11).  We could put the server on the second subnet (192.168.2.11) but we don't know how to redirect the web page between the two without a DNS entry.  Seems like IIS on 192.168.1.10 could forward on the page from 192.168.1.11.

I'm sure www.microsoft.com isn't going to the same IIS cluster for all of us.  In the early days, www.yahoo.com forwarded and changed the browser to host77.yahoo.com.  It no longer does it, so I assume there is a technical way to do this but I don't know how!

Thanks for the assistance,

Terry

[Resolved] Internet Explorer not loading images that have a backslash (\) in their relative source path.

$
0
0

Some Internet Explorer users had noticed that after installing Cumulative security update KB4486474 for Internet Explorer: February 12, 2019 IE is not loading the images that have a backslash (\) in their relative source path.

 

This issue was considered as a known issue from this update.

Microsoft had solved this issue in next Cumulative update KB4491113 for Internet Explorer: February 19, 2019

 

So if any user has the similar issues with KB4486474 update than they can try to install the KB4491113 update to resolve this issue.


MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

Our application is not working in Internet Explorer

$
0
0

Hi All,

I am working on Struts framework. while we are running our project/application in IE 11 it is not working. After once the server got started we can't able to login to our account (after pressing SUBMIT button). It is not effecting the welcome page after clicking Submit. Can you help me what is the problem and why it is occurring? and what is the remedy for this problem?



Viewing all 3527 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>