Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
338 views
in Technique[技术] by (71.8m points)

javascript - chrome更新后window.open函数不起作用(window.open function not working after chrome update)

Few days ago I updated my chrome browser and before updating my all the programs working properly but after updated to new version (Version 78.0.3904.108 (Official Build) (64-bit)) window.open is not working for the past 1-2 days.

(几天前,我更新了chrome浏览器,并在更新所有程序之前正常运行,但是在更新到新版本(版本78.0.3904.108(正式版本)(64位))之后,window.open在过去的1-2中不起作用天。)

I have gone through many solutions which are available on many sites but I am not able to fix this issue.

(我已经浏览了许多解决方案,这些解决方案可以在许多站点上使用,但是我无法解决此问题。)

How can I fix this issue?

(如何解决此问题?)

var table_div = document.getElementById("table_div");
newWin= window.open("");
newWin.document.write(table_div.outerHTML);
newWin.print();
newWin.close();
  ask by Ravindra translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...