Hey blogger! today i'm gonna give you another cool blogger gadget to your blog. " Loading Time Indicator" is a small & clear blogger gadget. It's indicate your blogger LOADING time. i'll have a many LOADING time indicators. bt here you can get good LOADING time indicator gadget! so it's very easy to add your blog. pls follow below steps. congrates!
1.Login to your blogger Dashboard and go to Desing --> Page Elements.
2.Click on 'Add a Gadget' on the sidebar.
3.Select 'HTML/Javascript' and add the one of code given below
1.Login to your blogger Dashboard and go to Desing --> Page Elements.
2.Click on 'Add a Gadget' on the sidebar.
3.Select 'HTML/Javascript' and add the one of code given below
<!-- TWO STEPS TO INSTALL LOADING TIME INDICATOR By www.bloggertricksandtoolz.com:------> 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <script type="text/javascript"> <!-- Begin /* This script and many more are available free online at The JavaScript Source!! http://javascript.internet.com Created by: Abraham Joffe :: http://www.abrahamjoffe.com.au/ */ var startTime=new Date(); function currentTime(){ var a=Math.floor((new Date()-startTime)/100)/10; if (a%1==0) a+=".0"; document.getElementById("endTime").innerHTML=a; } window.onload=function(){ clearTimeout(loopTime); } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <script type="text/javascript"> <!-- Begin document.write('This page took <span id="endTime">0.0</span> seconds to load.'); var loopTime=setInterval("currentTime()",100); // End --> </script> <!-- Code End www.bloggertricksandtoolz.com ------> -->
4. Now Click On Save 'JavaScript' You are done....




No comments:
Post a Comment