PDA

Click to See Complete Forum and Search --> : Bring Browser to the front??


tgoodmannz
Sep 21st, 2003, 09:55 PM
Hi,

I want to bring the browser window to the front (i.e. give it Focus) on receiving an event from an ActiveX object on a page (this is in an Intranet environment - so security is not an issue)..

Is there a command I can call in the javascript to bring the browser to the front???

Thanks,
Tim

harris_moin
Sep 23rd, 2003, 05:34 AM
If you know the winow name then you can do it like this in javascript.

window.focus();

tgoodmannz
Sep 23rd, 2003, 06:00 PM
Thanks,

Yes I was trying top.focus; but unfortunately if the window was behind other things, XP would just flash the taskbar object (not actually bring it to the front)

Cheers,
Tim