Just, a question, but when a function has arguments how come you can't do setTimeout?
Example:
and when you call it in the body, it won't work? I'm really confused as to how to do this.Code:function getCode(arg1,arg2) { //code setTimeout("getCode()",100); }Thanks in advance



Thanks in advance
Reply With Quote
Bookmarks