Changes

Jump to: navigation, search

JavaScript Timeouts

375 bytes added, 19:39, 13 June 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[JavaScript Arrays|Previous]]<td align="center">[[JavaScript Essentials|Table of Contents]]<td width="20%" align="right">[[Building Forms with JavaScript|Next]]</td>
<tr>
<td width="20%">JavaScript Arrays<td align="center"><td width="20%" align="right">Building Forms with JavaScript</td>
</table>
<hr>
 
 
In programming it is often necessary to wait a period of time before performing a task, or to set up an activity to repeat at predefined intervals. To address this need JavaScript provides what is known as ''Timeout'' support in the Window object. This functionality essentially allows the JavaScript developer to specify in a script that a particular function, or piece of in-line JavaScript should be executed after a specified number of milliseconds have elapsed.

Navigation menu