i m currently have a problem by using the SetTimeOut function.
The thing is that i need to use it by passing a parameter, but it didn t work... Here is the code :
function RSSChecker(dMObject)
{
if (dMObject)
{
alert( Refresh );
window.setTimeout(RSSChecker(dMObject), 10000);
}
}
任何想法?