internet-explorer

Can you switch off XSS protection in IE7 so that an Intranet application can know the content of offsite IFRAMEs?

Hi Guys TL;DR: Can I switch off XSS protection in Internet Explorer in a controlled environment so I can manipulate the DOM inside IFRAMES? I am creating a kiosk for our public computers in our reception area which allows our users to browse our website as well as a few other local government related sites (ones that help with plan...

Loading .NET UserControls in IE with .NET 4.0

Hello guys. I've got a legacy app where there's a UserControl which is used as an activex in a web page loaded in IE. Before .NET 4.0, there were security policies and a MMC console for creating code groups, etc. It seems like that is all gone with .NET 4.0. I was wondering if someone could give me some clues on how to update my UserC...

reCAPTCHA not working in IE8

Hi everyone, reCAPTCHA (Zend_Service_ReCaptcha) is not working in IE 8 on our site. Look at this web site. Does anyone know why? It is working elsewhere including FF,Opera, etc. Thanks a lot! ...

JQuery problem setting height in Internet Explorer

This script takes the height value of each span element and applies it to its parent li element ( I wrote it to solve some float / layout issues). It works perfectly in Firefox and Chrome: after execution, I check the html and everything has worked alright. However, in IE 7 and 8 (havent bothered trying with IE6, screw that) it doesnt w...

IE not caching images returned from .NET handler?

Our images for our site are handled via a ASHX handler (closed source COTS system). It accepts a key and returns an image response. In the process though, if an image is using SSL, it will return a non-SSL URL as a 301. This works fine in Firefox and the like. The issue is with IE. In one scenario, we have the same image displayed twic...

Browser issue for .NET website

Hey all, I have a link and when i click on that, it should take me to an other page. Mozilla and Chrome takes me there. But Not IE. May i know why does it happen and please help me find a solution. Thanks so much!! Update : Code: <a onclick="UpdateDealStatistics('724', 'coupon', 'townpage', '', '', '856227', 'North Carolina', 'Charlo...

IE randomly not allowing input into input fields

This is a weird error. I have a few pages of inputs, these inputs have been heavily tested in Firefox and IE. In FF everything works as expected, but in IE randomly it wont let me insert text into input fields. This goes for every input field on that page. This requires me to refresh the entire application page in order to get it to work...

.change() not triggered in IE 6,7,8 on DropDownList - JQuery

I am trying to bind a change event to a dropdownlist. Works great in chrome and FF but it doesn't fire in IE. I saw a few other posts about this but they were asking about radio buttons and the suggestion was to use .click(), which obviously doesnt work for a DDL. Does IE6,7,8 not support .change()? What am I doing wrong / whats the ...

setInterval window focus and hibernation

I've run into an odd issue. I have a javascript which uses setInterval to keep a session alive. But, it seems that if the browser is left unattended for a period (either leaving it open over night, or out of focus working in another application) the setInterval is not firing in IE and the session is allowed to expire. This does not happe...

IE Browser related problem

Hi, I am having a weird browser issue - works fine with FF, chrome but not in IE What I am trying to do is dynamically form the html for printing a coupon - and a part of it is a link redirecting to another page onclick = String.Format("javascript:PostBackCoupon123('{0}','{1}');", zipCode, cityName); couponContent.AppendFormat("<a bor...

Why does someInputElement.type = 'button'; fail in IE?

I'm stuck trying to get the following javascript to work in IE: var lastMonthBn = document.createElement('input'); td.appendChild(lastMonthBn); lastMonthBn.value='<'; lastMonthBn.type = 'button'; // Fails in IE lastMonthBn.setAttribute('type','button'); // Also fails in IE For some reason, i cannot set the input to a button, it fails....

Retrieving Table cells value in Javascript - Firefox vs IE

Hi, I am using the following code to retrieve the content of a cell in the table. This works fine in Mozilla Firefox. But, its not working in IE. Any suggestions?? var langName = tblCells[1].textContent.trim(); The error message is: 1.textContent is null or not an object ...

Radio button check in iframe

I have javascript, which is in iframe. When i check radio button in iframe, on parent window change value. It working perfect on firefox, but not on IE... Can someone help me with this problem? <script type="text/javascript"> function getCheckedValue(radioObj) { if(!radioObj) return ""; var radioLength = radioObj.length;...

How do you pass a javascript variable as an argument to a vbscript function (in the context of HTAs)?

I am writing an HTA and I need to pass a variable that I have in Javascript to a VBScript function. Can you please let me know how to do this? Here is a (nonworking) example of what I'm trying to do: <!DOCTYPE ... > <html> <head> <HTA:APPLICATION ID="chrome" APPLICATIONNAME="kiosk" ... /> ... <script type="text/javascrip...

Opacity property in IE

Curvy Corners is a JavaScript library that allows IE to understand the border radius CSS property. Is there a similar JavaScript library that does this for the opacity property? ie9.js can do this, but it does not reapply itself after updating the DOM asynchronously. ...

How to run all three versions of IE

Is there a way to run IE6, IE7, IE8 at same time or one after the other, to test UI of a web application. Or is there any other solution for this. ...

Opening an URL with request parameters in IE using Java Runtime class

Hi, I've a code block to open a given URL in default browser. I've problem opening URLs with parameters in IE, When the default browser is FireFox it works fine, but it seems that IE is removing those parameters!!! Any other way to solve this problem? Code I am using is: Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler...

GWT doesn't work in Internet Explorer 8

Hello Today I try to compile my first GWT project (using Eclipse). It has default 'en' location and also 'bg' location. I'm using ui.xml files with corresponding properties files. The only problem that I have is that project doesn't work in Internet Explorer 8. No problems with Firefox and Chrome. The start screen is ok, but when I upl...

jQuery gallery doesn't work in IE.. but DOES after refresh?

I am using jquery galleria like so: $(document).ready(function() { Galleria.loadTheme('js/galleria/themes/classic/galleria.classic.js'); $('#galleria').galleria({ image_crop: true, /*transition: 'fade',*/ data_config: function(img) { return { description: $(img).next('p').html(...

IE 7 & 8 overflow:hidden problem

I am working on the CSS of a project. And encounter some Overflow problems with IE. This is the testsite: http://eparking.bluesys2.ch/fr/parking/search.html?l=Fribourg&amp;d=27.6.2010&amp;t= You can scroll the list using the buttons under the list. In firefox, safari and all the other normal browsers anything works fine. But in IE i ca...