Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you create an timed event that repeats?

Status
Not open for further replies.

twrofpwr

Programmer
Jun 11, 2005
2
CA
How do you create an event that executes a function say once a second, is the only way to repeatedly call setTimeout? this seems kind of useless. What I want to do is have a function run once a second say, to check the contents of a text box to see if it has been changed, during while the user is typing in this text box and before or even after it losses focus, but not just after, like the onchange method.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top