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

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?

Xmlhttprequest In Ie-7

I'm creating XMLHttpRequest as follows: function checkDependencyFormFilledStatus(appName,formNa… Read more Xmlhttprequest In Ie-7

Ie6-7 Javascript

I am using the 'mimic igoogle tutorial with cookies' by James Padolsey http://james.padolse… Read more Ie6-7 Javascript

Onsubmit="return False" Has No Effect On Internet Explorer 7/8 (form Is Still Submitted)

I have a form that will be submitted by javascript code triggered in 'onsubmit' of the tag… Read more Onsubmit="return False" Has No Effect On Internet Explorer 7/8 (form Is Still Submitted)

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

Ie7 And Setattribute() To Remove Classes

I've got a pretty interesting issue. I'm writing a plugin which allows you to zoom in/out a… Read more Ie7 And Setattribute() To Remove Classes

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]

Json Structure Not Working In Ie7 (javascript)

OK, I'm new to JSON so please forgive me if my question is a little ignorant - I've beat my… Read more Json Structure Not Working In Ie7 (javascript)