推荐两组用于网站上好用的代码

时间:2014-09-15

推荐两组用于网站上好用的代码

一,为了防止网页模板被盗用

 <noscript>
<iframe scr="*.htm"></iframe>
</noscript>

 

二,网页出现错误

<script type="text/JavaScript">


 //容错脚本
ResumeError=function ()
 {
        return true;
}
window.onerror = ResumeError;
</script>

上一篇:form表单中的Input使用disabled不能提交的解决方法 下一篇:提高网页加载速度的初步简单技巧方式

相关文章

最新文章