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

Javascript: Object Doesn't Support Method 'freeze'

I am trying to create an enummeration in Javascript. The javascript code used is var FeatureName = … Read more Javascript: Object Doesn't Support Method 'freeze'

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?

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

Jquery Trigger Not Working In Ie. Why?

$('#XynBp0').find('input').each(function(){ if ($(this).attr('value') =… Read more Jquery Trigger Not Working In Ie. Why?

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

How Do You Get Window.open To Work In Internet Explorer 7?

I've been trying for the past 3 hours to get my svg web site to open popups, and all I ever get… Read more How Do You Get Window.open To Work In Internet Explorer 7?

Internet Explorer And RemoveChild()

I have been using elem.removeChild() to remove elements from my document, but saving a JavaScript r… Read more Internet Explorer And RemoveChild()