I\'m using Smarty template system. One of its features is posibility to output script that generates debug information for every page. Here you can see an example of generat
It is blocked by the browser. window.open is only not being blocked, when it is invoked by user action, for example in a click event, emitted by a native browser event. Also javaScript emitted events are being blocked, just like delayed setTimeout callbacks.
StackOverflow
Watch the Fiddle. I also tried it with the keypress event, but no luck.
window.open returns a valid reference to the new (or an existing named) window, or null when it failed to create a new window.