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.
0 comments:
Post a Comment