- Code Hiển thị time - thời gian load wap nhẹ cực kì nhẹ sử dụng script cho wap
- Dán code sau vào nơi nào muốn hiển thị:
<style>
#texttime{color: gray;font-size: 14px;font-weight: 700;}
</style>
<script type="text/javascript">var startTime=new Date();function currentTime(){var a=Math.floor((new Date()-startTime)/100)/10;if 0 a+=".0";document.getElementById("endTime").innerHTML=a;}window.onload=function(){clearTimeout(loopTime);}</script>
<script type="text/javascript">document.write0;var loopTime=setInterval("currentTime()",100);</script>
Nguồn: Sưu Tầm