Posted by Neredbojias on 11/25/32 11:48
To further the education of mankind, Spartanicus <invalid@invalid.invalid>
vouchsafed:
> 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.
onresize=new Function("alert('foo');onresize='';");
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|