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

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

Insertrow Returns Null In Ie7

var otbody = document.createElement('tbody'); var otr = otbody.insertRow(ordernumbe… Read more Insertrow Returns Null In Ie7

Javascript Namespace And Problem With Ie7

I implemented a Javascript namespacing solution based on this answer to another stack overflow ques… Read more Javascript Namespace And Problem With Ie7

Ie7 Window.location.href

I want to redirect a IE7 user, but window.location.href does not seen to work properly. Any suggest… Read more Ie7 Window.location.href

Setting Opacity Of Dynamically Generated Element In Ie7

I'm creating a div in js and setting it's opacity. This works no problem in IE8: var div = … Read more Setting Opacity Of Dynamically Generated Element In Ie7

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?

Javascript: Implement 'element.hasattribute' If Undefined [for Ie7]

I need to make an exisitng web application compatible with IE7. The code uses element.hasAttribute … Read more Javascript: Implement 'element.hasattribute' If Undefined [for Ie7]

.indexof Function On An Array Not Working In Ie7/8 Using Javascript

Can anyone tell me if IE 7 and IE 8 support the JavaScript .indexOf() method as I am receiving the … Read more .indexof Function On An Array Not Working In Ie7/8 Using Javascript