您是第欢迎光临我的主页位访客
浩凡儿
天行健,君子以自强不息;地势坤,君子以厚德载物!
如果当前窗口不是最上层窗口(比如是在Iframe中),那么就把自己变为最上层窗口。


 <script language="javascript" type="text/javascript">
        if (window.top != null && window.top.location != window.location) {
            window.top.location = window.location;
        }
    </script>
posted on 2014-04-13 11:38  浩凡儿  阅读(3876)  评论(0编辑  收藏  举报