I have window.print()
in a popup window to print. Its working in Chrome but not in IE10. In IE10 its printing the background window. Can anyone help me with it?
Asked
Active
Viewed 926 times
0

OTUser
- 3,788
- 19
- 69
- 127
-
This should help: http://stackoverflow.com/questions/2555697/window-print-not-working-in-ie – JasonBluefire Nov 18 '14 at 21:27
-
genuine question: why are you testing against IE10 instead of IE11? – Mike 'Pomax' Kamermans Nov 18 '14 at 22:14
-
We didn't make our application to be compatible with IE11 yet – OTUser Nov 18 '14 at 22:56
-
genuine question: why wouldn't you be testing against the majority of heavily used browsers/user-agents? – albert Nov 19 '14 at 20:07
-
Right Now 95% of our Product users are on IE10 or lower versions and 4% uses Chrome and only 1% uses other browsers so we dont really test our application with all browers – OTUser Nov 19 '14 at 21:01