I am working with a script that has an onload event. The sript is being called from a remote .JS. In most cases I will not have access to the <body tag> to set it for two onload events - so there will be some sites where the two onloads conflict.
Is there another way to to make this script work without the onload event? (see code below)
-s-
setTimeout('loopfunc()',delay_time);
}
if (ie¦¦ns4¦¦ns6)
window.onload=onad