If you see the error "Invalid argument." while trying to use window.open in IE (all versions), it's probably because you used a space or special character in the windowName parameter. As far as I can tell the only special characters allowed are underscores.

window.open( url , windowName )