I am trying to open a print dialog box in Opera browser using javascript. The print() is working fine in all browsers but in opera it doesn\'t work. My p
print()
p
I had the same problem and this was the only solution that actually worked for me:
window.addEventListener('load', function(e) { window.print(); }, false);
Version 11.60 Build 1185 Platform Win32 System Windows XP