internet-explorer-9 Questions
5
Following is Google Chrome version for getting parent window's URL from iFrame.
window.location.ancestorOrigins;
I'm looking for equivalent of above statement for FireFox and IE. Is it possibl...
Pythagoras asked 12/1, 2016 at 11:44
7
Solved
I have a HTML string
<html>
<body>Hello world</body>
</html>
and I want to set it to an iframe with JavaScript. I am trying to set the HTML like this:
contentWindow....
Stravinsky asked 12/5, 2013 at 6:33
5
Solved
I am opening a popup window with
var popup = window.open('...', '...');
This javascript is defined in a control. This control is then used from a web page. I want to reload the page which opens...
Connoisseur asked 7/6, 2011 at 12:7
3
Solved
By creating an instance of IActiveScript on the basis of CLSID "{16d51579-a30b-4c8b-a276-0ff4dc41e755}" (as described here), we get IE9's JavaScript engine, which works in a Quirks mode. Unfortunat...
Debose asked 16/9, 2012 at 16:42
13
I have an ASP.NET 4.0 IIS7.5 site which I need secured using the X-Frame-Options header.
I also need to enable my site pages to be iframed from my same domain as well as from my facebook app.
Cur...
Moneyer asked 18/4, 2012 at 7:53
8
Solved
I have a standard select box which I'm populating using jquery by appending options, but for some reason IE9 only shows the first character of the selected option. Needless to say it works perfectl...
Vanadium asked 6/5, 2011 at 8:2
5
Solved
I'm trying to get Firefox 13 to turn a geolocation position object into a JSON string, but it's returning an empty string rather than the correct string representation of my JSON object. This is wo...
Liliuokalani asked 14/6, 2012 at 22:26
5
Solved
I have an element that needs to be vertical in a design I have done. I have got the css for this to work in all browsers except IE9. I used the filter for IE7 & IE8:
progid:DXImageTransform.Mi...
Ledoux asked 1/2, 2011 at 16:28
7
Solved
I need to create a modal dialog on a webpage using javascript. Normally this would be easy as I could use something like jQueryUI or BlockUI, but the caveat here is that I'm not permitted to use jQ...
Mechanotherapy asked 27/5, 2013 at 17:59
3
Solved
This table has 2 columns and 5 rows; in each cell I put an image and I need that image to fit the td dimensions.
Here is my HTML and CSS code:
#menu{
float:right;
width:200px;
height:650px;
b...
Peele asked 20/9, 2012 at 18:14
4
I have a page which uses non-external CSS in the <style> tags, and in those <style> tags is the following media query:
@media screen and (max-width:768px){
/* CSS */
}
All is working...
Billiot asked 6/5, 2013 at 13:7
5
Solved
I am having an issue with a table border not displaying correctly. Below is a fiddle recreating the issue.
This Fiddle produces expected results in FF and Chrome but not in IE9 and IE10.
Only css...
Zoara asked 1/4, 2013 at 17:3
5
Solved
Microsoft's SmartScreen Filter under Windows 8 is a small developer's worst nightmare.
While I realize the benefits to end users and the effectiveness at stopping malicious programs from installin...
Pounce asked 21/3, 2013 at 3:24
4
Solved
I'm looking for the way to log stuff in Internet Explorer Developer Console that preserve page refresh.
Under Google Chrome and Firefox's Firebug it's an option for that, but I could not find it u...
Flux asked 7/3, 2012 at 11:20
19
Solved
I'm in the process of building a small intranet application and try, with no luck, to use Adobe font I purchased lately. As I was informed, in our case it's not a license violation.
I converted th...
Jin asked 7/4, 2011 at 21:35
3
When I'm using IE9 I get this error:
"Broken interceptor detected: Config object not supplied in rejection:
https://github.com/chieffancypants/angular-loading-bar/pull/50"
The all page just stuc...
Dancette asked 22/10, 2015 at 7:25
3
Solved
I'm running some javascript which uses this:
controls = document.querySelectorAll("input,textarea,button");
It should work on IE 9 (which is the version that the developers and the client use). ...
Antony asked 23/8, 2013 at 13:40
6
Solved
CSS:
img{
max-height:30px;
}
HTML:
<img src="foo.svg" />
I am looking for this svg image to scale proportionately to a max height of 30 pixels high. The natural dimensions of the svg a...
Linguini asked 19/3, 2012 at 20:9
10
Solved
I have a div set with a background image:
<div>Play Video</div>
with the following CSS:
div {
background-image: url('icon.png');
background-image: url('icon.svg'), none;
background-...
Hydracid asked 17/2, 2014 at 22:27
9
URL: http://cyberbat.co.uk/test container margin: auto is not working, is there any other way to put it in the middle in IE.
EDIT: Check it again, the index.php was the wrong file, I replaced it w...
Ertha asked 18/10, 2011 at 16:7
9
Solved
How can I force Internet Explorer 9 to use standards document mode? I built a website and I'm finding that IE9 uses quirks mode to render the website pages. But I want to use standards mode for ren...
Drear asked 11/6, 2012 at 6:4
4
I have a framework written in VBScript. Inside some function in this framework, a parameter of the function is checked for Nothing in an If statement and then some actions are executed.
Code that u...
Conspire asked 27/9, 2011 at 11:38
2
Solved
I'm trying to use React with Internet Explorer 9 but getting the following errors even trying to run something very barebones:
SCRIPT438: Object doesn't support property or method 'isArray'
react...
Coquetry asked 23/4, 2015 at 15:54
7
Solved
I am creating an event, so use the DOM Event constructor:
new Event('change');
This works fine in modern browsers, however in Internet Explorer 9, 10 & 11, it fails with:
Object doesn't su...
Neckcloth asked 27/10, 2014 at 20:19
3
Solved
this script is working in firefox or chrome but only gets half way in IE9 which is the top browser for our websites.
the problem im getting is its throwing this error.
SCRIPT438: Object doesn't ...
Niobous asked 14/3, 2013 at 9:48
1 Next >
© 2022 - 2024 — McMap. All rights reserved.