You Are Here Home > JavaScript: setTimeout doesn’t work in IE
DirectorySync is a directory synchronizing and backup utility providing automated, real-time syncing and scheduled, configurable backups at an affordable price.

JavaScript: setTimeout doesn’t work in IE

The only way this could happen is if you try to send extra arguments, so you can’t do: setTimeout(‘func()’, 1000, param); you have to manage with something like: setTimeout(‘func(“‘ + arg + ‘”)’, 1000);

JavaScript: setTimeout doesn’t work in IE
Filed under: Annoying Stuff,JavaScript,Web Development   Posted by: Codehead
Do you have any questions? ask here.




No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment