|
You placed the setTimeout that calls a function within the function, so it loops; every 2 seconds, it sets the display to "block".
To stop the setTimeout, you need to set it to a variable and use clearTimeout on the variable.
__________________
^_^
If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
* The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
|