IE11 Windows 7 Print issue after kb4021558

后端 未结 7 1588
北恋
北恋 2020-12-08 11:12

Apologies for the slightly vague question but I\'m pulling my hair out. Since this update we have had numerous calls regarding printing from our web app. Our web app uses

7条回答
  •  無奈伤痛
    2020-12-08 11:31

    We were having multiple frames in the print screen and calling document.execCommand('print', false, null); could not fix our issue. Instead window.parent[frameName].document.execCommand('print', false, null); fixed it.

提交回复
热议问题