植入JS代码,防止页面加载及跳转
在页面中植入下列代码,即可防止页面加载及跳转
<script type="text/javascript">
if (window.stop)
window.stop();
else
document.execCommand("Stop");
</script>
在页面中植入下列代码,即可防止页面加载及跳转
<script type="text/javascript">
if (window.stop)
window.stop();
else
document.execCommand("Stop");
</script>