开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜