DOM event flow



How do I prevent this from executing twice when the window is resized:

window.onresize = function () {
alert('foo');
}

It has to work in Opera, what IE does is of no consequence.

--
Spartanicus
.