internet-explorer Questions
3
Solved
I am trying to use atob for converting base64 encoded data to string. I found its working fine in Mozilla and Chrome, but it is not working in IE. Please tell me any substitue for this, or how to m...
Arthritis asked 17/7, 2012 at 14:7
3
How do I set an image as a thumb slider on range input type with css? It doesn't work in Internet Explorer. Chrome and Firefox is ok, but on IE my image is hidden or something? I use ::-ms-thumb, a...
Gery asked 3/2, 2014 at 12:29
9
Solved
I'm looking to generate an output similar to this:
1. One 2. Two 3. Three 4. Four
from the following HTML Code
<ol>
<li>One</li>
<li>Two</li>
<li>Three<...
Scammon asked 23/2, 2009 at 20:43
13
I thought I'd found the solution a while ago (see my blog):
If you ever get the JavaScript (or should that be JScript) error "Can't execute code from a freed script" - try moving any meta tags i...
Testis asked 17/9, 2008 at 13:24
2
Solved
I have a big problem with the last verison of Microsoft Edge.
I have a service that only works with Internet Explorer and the latest version of Edge forces you to use Edge. When I open a link or th...
Heth asked 27/2, 2023 at 12:3
14
Solved
It is not a programming question, but need your views in few words.
When we hit the JSON url in Broswer, it asks us to save the file.
Why this happens ?
Is there any way to view it on the page i...
Hypothyroidism asked 27/3, 2012 at 11:39
7
Solved
I have a basic menu, made from a horizontally aligned list (<li>), each containing an icon image and some text:
One of the <li> contains an extra image with display: none; so that th...
Heaume asked 11/7, 2013 at 10:21
1
My project requires certain cookies to access the application. For Firefox Driver i am using firefox profile (profile of ff which i use for manual tetsing as it has all cookies i want) to run the s...
Nuriel asked 8/3, 2013 at 12:42
21
Solved
I already have a window open with the web site I'm debugging. I don't need VS to launch another one for me every time I need to debug.
Is there a way to stop this behavior?
Easy asked 4/4, 2009 at 4:20
2
Solved
The following code generates 3 random numbers by using window.crypto.getRandomValues. According to the developer's documentation (Microsoft MSDN and Mozilla MDN), this should work both in IE and in...
Alverson asked 18/5, 2017 at 8:43
8
I'm trying to hide a few options in a dropdown box using .hide(). This works perfectly fine in firefox and chrome, but it doesn't work in IE and Safari. My original code is more complex but I've na...
Chesterfieldian asked 4/12, 2011 at 6:27
4
Solved
I read Chrome Frame closed last month, I thus tried to understand what it'd mean for the X-UA tag and after 3 hours of research I still didn't find the answer I'm looking for, my question is the fo...
Argumentation asked 27/2, 2014 at 4:28
20
Solved
Modern desktop version of IE 10 is always fullscreen.
There is a living specification for :fullscreen pseudo-class on W3
But when I tried to detect fullscreen with jQuery version 1.9.x and 2.x:
...
Wimble asked 26/5, 2013 at 0:23
19
Solved
How do I initialize an automatic download of a file in Internet Explorer?
For example, in the download page, I want the download link to appear and a message: "If you download doesn't start automa...
Sihun asked 1/10, 2008 at 8:19
2
Hi I have the following code to have few links on top of img. It works well in FF but not in IE. It seems IE is not clickable if you put link on top of img
<div style="z-index:-6755;"><im...
Spleenwort asked 23/9, 2010 at 15:15
4
I have a web application that throws the following error when running in IE:
Illegal operation attempted on a registry key that has been marked for
deletion
It works fine in Chrome. Unfortuna...
Robbert asked 12/8, 2014 at 19:32
4
Solved
I have written a script that opens a web browser using python and Selenium. It works fine with Firefox using the following code:
from selenium import webdriver
driver = webdriver.Firefox()
When ...
Hyperaesthesia asked 24/7, 2014 at 4:23
13
Solved
I have a button which runs a long running function when it's clicked. Now, while the function is running, I want to change the button text, but I'm having problems in some browsers like Firefox, IE...
Cully asked 1/6, 2013 at 19:24
7
Solved
I am viewing PDF into iframe. It works fine. But some of the client don't able to see it in IE. They get it as download option.
How can I identify if browser has pdf viewer or not and prompt user...
Footnote asked 5/6, 2014 at 8:54
4
Solved
I had some issues with the printing the background colors.
print-color-adjust made the background color issue solved in chrome.
body{
-webkit-print-color-adjust: exact;
}
What are the alternate...
Morganne asked 25/2, 2016 at 10:51
6
Solved
I have a problem with my Angular App on the Internet Explorer. It runs everywhere without a problem (Chrome, Mozilla, Edge), but NOT on the IE.
I have analyzed with the Developer Explorer where the...
Kisor asked 23/4, 2016 at 12:40
3
If you check in IE 10 the fixed columns does not align with body rows whilst scrolling down, in chrome when you scroll right to bottom the fixed column does not align with the body.
I have tried p...
Abvolt asked 6/10, 2016 at 8:12
1
Solved
The following error appears whenever I try to connect to the data sources and authenticate using oAuth login screen on iExplorer web browser.
Hereinto asked 21/6, 2022 at 13:50
10
Solved
Does IE6 support any HTML5 elements?
<!DOCTYPE HTML>
<header>
<section>
<header>
<nav>
<canvas>
<video>
Alvera asked 15/9, 2010 at 4:9
3
Solved
As we know new Edge versions are coming with IE mode option where we can add legacy application URL to make it run with IE Mode option. However, this option is available with 30 days limitation &am...
Moonstruck asked 12/10, 2021 at 13:27
© 2022 - 2024 — McMap. All rights reserved.