Vista+ IE + Flash +_blank= +_+
Vista+ IE + Flash +_blank= +_+
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- fugged0
I would doubt that you'll have control over that.
I would doubt you would have any control over that without having a reference to the window/tab.One thing you could try is to open the window/tab with JavaScript and then give it focus:
myWin = window.open();
myWin.focus();but then you run the risk of pop-up blockers kicking in.