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

Open Pdf.js With A Data Url In Ie11

I'm trying to use pdf.js for showing a document in a data URL on IE10. That is, something like … Read more Open Pdf.js With A Data Url In Ie11

Ie10 - Strange Form Submission Issue

Please see the code snippet below: Solution 1: The problem (which is reproducible in IE 11, too) s… Read more Ie10 - Strange Form Submission Issue

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

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