防止iframe

<script>
function isIFrameSelf(){try{if(window.top ==window){return false;}else{return true;}}catch(e){return true;}}
function toHome(){ if(isIFrameSelf()){ parent.window.location.href="/";}}
toHome();
</script>

你可能感兴趣的:(iframe)