ummm are you talking about the javascript function setTimeout?
if that is the case the signature looks like this:
setTimeout([code to execute], [milliseconds], [lang])
Code to execute is the code that you want to call after x amount of time. Required field.
milliseconds is how long the script should wait before executing the first parameter. Required field.
Lang is optional but can be JScript, VBScript, JavaScript.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========