English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

Hi. The code I'll post works.








2006-08-31 05:11:02 · answer #1 · answered by clievers 4 · 0 0

i dont realize wat you want but the general code for a timing function in java script is:
Id = window.setTimeout(somefunction();,timeinterval);
Time interval it is in miliseconds
The name of the function it is between the quotes.
A timeout may be cancelled at any time using clearTimeout:
window.clearTimeout(Id);

2006-08-31 04:09:09 · answer #2 · answered by Ana 6 · 0 0

fedest.com, questions and answers