M
marco
If i set onload in JS like :
<BODY leftmargin="0" onload="start();">
and the function for onload is like:
function
start(){if(document.getElementById){tdiv6=document.getElementById('slider');
}
the browser dos not make any automatic load, i have to click on link before
the page loads... Why ?
<BODY leftmargin="0" onload="start();">
and the function for onload is like:
function
start(){if(document.getElementById){tdiv6=document.getElementById('slider');
}
the browser dos not make any automatic load, i have to click on link before
the page loads... Why ?