Re: Bring Browser to Front
Hmm should work, if you are trying to do this immediatly after opening the popup try setting a delay.
setTimeout('TheNewWin.focus();',30000); //will do 30 second delow)
Re: Bring Browser to Front
Ah yes - except I'm actually calling it from javascript on the page itself.
The customer has a 3rd party Active-X which can receive events from another App (when IE is hidden behind that App) ... [we are running in an Intranet environment :rolleyes: ]
When it gets the event, I call top.focus; - the IE Taskbar item flashes but does not actually come to the front ....