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

Strange Behaviour Of Clientheight In Ie10

I try to check property clientHeight by this code: document.documentElement != null && docu… Read more Strange Behaviour Of Clientheight In Ie10

Unload Event In Ie10, No Form Data

I have window.unload hooked to save my form data in emergencies when the user just closes their bro… Read more Unload Event In Ie10, No Form Data

Ie 10 Javascript Error Not Shown

I am newly upgrade browser IE8 to IE10. In IE8 any java script error occurred it shown in status ba… Read more Ie 10 Javascript Error Not Shown

Onclick Event In Anchor Tag Not Working In IE10

I've an anchor in an Asp.Net user control. I've wired some code to the onclick event. For s… Read more Onclick Event In Anchor Tag Not Working In IE10

Export The HTML Table To Excel Is Not Working In IE

Exporting HTML table to Excel is working fine in Chrome and Firefox but it is not working in Intern… Read more Export The HTML Table To Excel Is Not Working In IE

TableToExcel JQuery Throws Strange Error In IE

I am using a jQuery function to export my HTML table to Excel. This is a function I have seen used … Read more TableToExcel JQuery Throws Strange Error In IE