PDA

View Full Version : doevents


jewel
09-08-2005, 06:20 AM
is there doevents or equivalent function in javascript?

thanks

glenngv
09-08-2005, 07:52 AM
I don't know DoEvents but it seems you want setTimeout/setInterval (http://www.w3schools.com/js/js_timing.asp).