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