Posted by Toby Inkster on 10/30/05 11:48
Toby Inkster wrote:
> function nullfunc () { var x = 1; }
> function myOnResize ()
> {
> alert('foo');
> window.onresize = nullfunc;
> window.setTimeout('window.onresize = myOnResize;', 1000)
> }
Missed out "window.onresize = myOnResize;" at the very end.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|