JS常用代码列表
1、禁止被iframe
<script type=”text/javascript”>
function stopError(){return true}
window.onerror = stopError;//禁止被iframe
if(top.location!=location){top.location.href=self.location}</script>
1、禁止被iframe
<script type=”text/javascript”>
function stopError(){return true}
window.onerror = stopError;//禁止被iframe
if(top.location!=location){top.location.href=self.location}</script>