Image

Interval and Timeout

I've written some JavaScript that adds some functionality that's missing from the native window.setInterval and window.setTimeout functions:

http://www.tumuski.com/code/Interval.php

Have a look, and please help test it. Also, critique of the code is welcome of course. Thanks!

Edit: This is only useful if you need to support older browsers like IE5/Mac.