If you take the space out of the name of the window it should work. The window name cannot contain spaces.
window.open("Test.htm,"Name"+WinName);
Printable View
If you take the space out of the name of the window it should work. The window name cannot contain spaces.
window.open("Test.htm,"Name"+WinName);