Did you know?
"Diagnostics Results" is an invalid value for the window title in window.open function
wtf?
Did you know?
"Diagnostics Results" is an invalid value for the window title in window.open function
wtf?
window.open('about:blank','Diagnostics Results')
Works for me. What platform/OS?
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.