<script> if(top.location!=self.location){ alert("不是頂層視窗"); }else{ alert("是頂層視窗"); } </script>
就是判斷 當前這個頁面是否巢狀在iframe框架中。