Skip to content Skip to sidebar Skip to footer
Showing posts with the label Internet Explorer 7

Javascript Split Regex Bug In Ie7

I am trying to split with this regex ({[^{}]*}) in javascript and I get different result btw IE7 an… Read more Javascript Split Regex Bug In Ie7

Reloading Iframe From Another Iframe

Can I reload iframe (say __tree_iframe) from another child iframe (__content_iframe)? Difficulty: I… Read more Reloading Iframe From Another Iframe

Possible To Set Tab Focus In Ie7 From Javascript

Is it possible to launch a new window in JavaScript using the window.Open function, then set the fo… Read more Possible To Set Tab Focus In Ie7 From Javascript

How To Switch Off Javascript Programmatically Only For Internet Explorer 7?

I want to turn off JavaScript using JavaScript (and/or jQuery) code, only if the page is viewed in … Read more How To Switch Off Javascript Programmatically Only For Internet Explorer 7?

Permission Denied After Window.open() In Ie7

We have a winforms application with an embedded IE control. In this IE control, we run a web applic… Read more Permission Denied After Window.open() In Ie7

How To Disable Scrollbars With Javascript?

I need to lock the browser scrollbars when I show a div that represent a modal window in Internet E… Read more How To Disable Scrollbars With Javascript?

[$sce:iequirks] Strict Contextual Escaping Does Not Support Internet Explorer Version < 9 In Quirks Mode

Once I upgrade AngularJS from 1.0.7 to 1.2.0rc1 I get the following error: [$sce:iequirks] Strict C… Read more [$sce:iequirks] Strict Contextual Escaping Does Not Support Internet Explorer Version < 9 In Quirks Mode

Can I Use JavaScript To Set The 'name' Attribute?

According to SitePoint (and my own experiments), the IE implementation of 'setAttribute()' … Read more Can I Use JavaScript To Set The 'name' Attribute?