Settimeout Function
|
Popularity: (216)
Tags: javascript function settimeout Link: Visit It >> |
SetTimeout Function The... setTimeout function can help you create some nice scripts that will use time delays to make things happen. Let s take a... setTimeout function: setTimeout("yourfunction " 1000) The first parameter is a string which is going to be the func...