JavaScript實現(xiàn)禁止后退的方法
更新時間:2006年12月27日 00:00:00 作者:
<script language="JavaScript">//javascript:window.history.forward(1);
</script>
<A HREF="noname1.html"onclick="javascript:location.replace(this.href);event.returnValue=false;">dddd</a>
</script>
<A HREF="noname1.html"onclick="javascript:location.replace(this.href);event.returnValue=false;">dddd</a>
相關文章
javascript四個方向無間隙滾動合集(多瀏覽器IE,firefox兼容)
比較有想法的四個方向,多瀏覽器兼容的無縫隙滾動效果腳本2008-05-05