When doing some affiliate ads, due to the slow loading of affiliate ads, the display speed of the overall page will also become slower. If you add the following code, you can effectively solve this problem. The following code is compatible with both IE and FireFox browsers. Step 1: Place this code on the web page where you want to place ads: program code Here is a quote: Step 2: Put this code at the bottom of the page: program code Here is a quote: You can put advertising JS code or other content that loads slowly here. Here is a quote:
<div id="myads">Ads loading...</div>
<div id="span_myads">
</div>
<script type="text/javascript">
document.getElementById("myads").innerHTML = document.getElementById("span_myads").innerHTML;
document.getElementById("span_myads").innerHTML = "";
</script>