开发者

"Diagnostics Results" is an invalid value for the window title in window.open function [closed]

开发者 https://www.devze.com 2022-12-09 01:28 出处:网络
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_如何学运维
Closed. This question needs details or clarity. It is not currently accepting answers.
开发者_如何学运维

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 8 years ago.

Improve this question

Did you know?

"Diagnostics Results" is an invalid value for the window title in window.open function

wtf?


The window.open function doesn't include a title argument.

You're probably confusing it with the target / name - which doesn't allow a space.


window.open('about:blank','Diagnostics Results')

Works for me. What platform/OS?

0

精彩评论

暂无评论...
验证码 换一张
取 消