Unordered List

Thursday, April 4, 2013

How To Add Website Speed Test Tool Directly on Your Blog / Website


Friends, Now i share a easy trick to add  Website speed test tool directly in to your blogger. It is working for me . If you want to learn more,follow this post.





Speed Test




Your domain(s): Enter each address on a new line (Maximum 10)
(eg. iwebtool.com)

Powered by iWEBTOOL




Log on to Blogger.

  • Go To Dashboard and click Layout



  • Click on Add a gadget and select HTML/JavaScript



  • Paste the following code inside the gadget

<!-- iWEBTOOL - www.iwebtool.com - Website Speed Test --> <form method="get" name="pageform" action="http://www.iwebtool.com/tool/tools/speed_test/speed_test.php" target="pageframe" onsubmit="return validate(this);"> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td height="91" valign="top"> <table class="tooltop" style="border-collapse: collapse" width="100%" height="76"> <tr> <td> <table border="0" style="border-collapse: collapse" width="100%" cellspacing="5"> <tr> <td valign="top" colspan="5"><b><font size="2">Your domain(s): </font></b><font size="1">Enter each address on a new line (Maximum 10)</font></td> </tr> <tr> <td valign="top" colspan="4"> <textarea rows="11" name="domain" style="width: 100%"></textarea></td> <td > &nbsp;</td> </tr> <tr> <td > <input type="submit" value="Check!" style="float: left"></td> <td > <font size="1">(eg. iwebtool.com)</font></td> <td > &nbsp;</td> <td colspan="2">&nbsp;</td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td > <iframe name="pageframe" width="100%" height="251" class="toolbot" frameborder="0"> </iframe></td> </tr> <tr> <td height="39"> &nbsp;</td> </tr> </table> </form> <script language="JavaScript"> function validate(theform) { if (theform.domain.value == "") { alert("No domain provided"); return false; } return true; } </script> <p><a href="http://www.iwebtool.com/" target="_blank"><font size=1>Powered by iWEBTOOL</font></a></p> <!-- iWEBTOOL - www.iwebtool.com - Website Speed Test -->










  • Now Save It.



You're done..

1 comments:

Post a Comment