views:

24

answers:

1

Possible Duplicate:
Make Browser Window Blink in Task Bar

Hi,

with Javascript help, i want to force IE to blink when in taskbar. Blink means trying to get focus. Function alert() helps for Firefox, but not IE.

P.s. Would be nice avoiding new window creation and activeX.

IE versions: 6,7,8.

Any Ideas?

A: 

Marcel Korpel's link was usefull.

Function window.focus() solves the problem.

Paklausk