premshree
08-21-2002, 03:14 PM
Please help me with this line :
setTimeout("funcName('+arg1+','+arg2+','+arg3+','+arg4+')",arg4)
I want to pass arg1, arg2, arg3, arg4 as arguments to the function funcName().
I am having probs using this line.
setTimeout("funcName('+arg1+','+arg2+','+arg3+','+arg4+')",arg4)
I want to pass arg1, arg2, arg3, arg4 as arguments to the function funcName().
I am having probs using this line.