javascript - IE8 error res://ieframe.dll/preview.js while printing -


Here's my code and when I'm executing it, I'm getting this error

  res: //ieframe.dll/preview.js In line: 14   

code:

  var divToPrint1 = $ ('# PrintDoc' ). Html (); Var newWin = window.open ('Share certificate # 001', 'print-window', 'width = 10px, height = 10px'); NewWin.document.open (); NewWin.document.write ('& lt; html & gt; & lt; body onload = "window.print ();" & gt;' + divToPrint1 + ' & lt; / html & Gt; '); NewWin.document.close ();   

Can anyone help me in this? Please do not resolve to reset IE settings via internet option. It is not working.

Thanks in advance.

Try this:

Greetings, s3lbstlaut

Comments