使用"另存为"保存你网页的时候 可以看到效果.
<noscript><iframe src="*.htm"></iframe></noscript>
<!--"禁示另存为"开始--->

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

<!--"禁示另存为"结束--->


<script language="javascript">

//设定脚本出错能继续运行

function KillError()
{
return false;

}

window.onerror=KillError;

</script>

相关文章:

  • 2021-09-15
  • 2021-07-13
  • 2022-12-23
  • 2021-09-08
  • 2021-08-05
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-09-13
  • 2022-01-06
  • 2021-06-05
  • 2021-12-15
  • 2022-01-20
  • 2022-02-09
相关资源
相似解决方案