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

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

Insertrow Returns Null In Ie7

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

Onclick Setattribute Workaround For Ie7

I can't seem to get this: top.document.getElementById('clickThis').setAttribute('on… Read more Onclick Setattribute Workaround For Ie7

Activex Control In Ie Intranet Zone - Blocked Without A Prompt?

I'm writing an intranet page for my company that requires the use of an embedded dll (COM). The… Read more Activex Control In Ie Intranet Zone - Blocked Without A Prompt?

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?

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

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 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?