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);
No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URL

I'm a programmer at 