a.ashabi
Joined: 23 Apr 2008 Posts: 2
|
Posted: Wed Jun 11, 2008 11:08 pm Post subject: script ads |
|
|
Hi.I have 3 scripts which are used for showing the ads.because they are so heavy.I'd like to show and run them at last(after the load page).
I've tried:
if (document.readyState == "complete"){
document.onreadystatechange = myfunctionName;
}
but the problem is after the load completes it doesnt show me the ads,my scripts are not at the end of the page they are 3 different places in my page.
I really need help.
thanks |
|