Help Us To Improve, We Need Your COMMENTS
|
|
|
| read more |
|---|
If you are using internet explorer you can see that,Internet explorer show web page errors in its status Bar.This is not a good thing for your site.Look at the picture below:

Here I show you how to stop these error messages using JavaScript.
1.Login to your blogger dashboard--> layout- -> Edit HTML
2.Scroll down to where you see </head> tag.
3.Now copy below code and paste it just before </head> tag.
<script>
function stoperrors()
{return true;}
window.onerror=stoperrors;<
/script>4.Now save your template and you are done.
Internet Explorer do not show errors of your website/blogger blog further.

