Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote="Daniel Schoolman"] Here is how I make a loop that loops every millisecond: <input value="" id="time" type="text"/> <script type="text/javascript"> function SetTime() { document.getElementById("time").attributes[0].nodeValue=(new Date()); window.setTimeout("SetTime()",1); } SetTime() </script> It is possible to create a loop using functions instead of using a while loop, or for loop. The function just repeats it's self at the end of it, and i added a delay to it repeating it's self. This is one of my most logical pieces of work. We never have to use loops again because you can just use functions! ROFL[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development