var newWin = window.open(url, name, options);
So this should be a perfect call:
But it fails with an "invalid argument" error in IE6. The problem is the '.' character in the name parameter. It seems like IE 6 accepts only letters, numbers and '_' for that parameter, but I couldn't find ANY more info about this. Does anyone have more clues about this??
2 commenti:
I had exactly the same problem. The offending char was a blank space in my case
molto intiresno, grazie
Posta un commento