|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
Javascript code in the cycle can be inserted suspended sentence In other words, for each cycle pause re-enter the next cycle. |
SetTimeout can be achieved |
See examples of this sentence which normally function [color=red] [/color] quote function, and the timer was Binding :
[html]
"Script>
Function a1 () (
Alert ( "Information No.1");
SetTimeout ( "a2 ()", 2000);
}
Function a2 () (
Alert ( "Information No.2");
SetTimeout ( "alert ( 'see results? '), "2000);
}
A1 ();
"/script>
[/html]
|
|