yxhxj2006

          常用鏈接

          統計

          最新評論

          JS 跳出iframe框架

          (1)session過期后登陸頁面跳出iframe頁面問題
          登陸頁面增加javascript:
          function window.onload()
              {
                  if(window.parent.length>0)
                   window.parent.location=location;
              }

          或者:

          <script>

          if (window != top)
          top.location.href = location.href;

          </script>


          (2)自動跳出iframe的代碼
          <script type="text/javascript">
          if (top.location !== self.location) {
              top.location=self.location;
          }
          </script> 



          (3)在框架頁內的退出操作:
          <script type="text/javascript">
          if (top.location !== self.location) {
              top.location = "../index.jsp";//跳出框架,并回到首頁
          }
          </script> 

          posted on 2014-09-26 08:55 奮斗成就男人 閱讀(269) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 荆门市| 扎兰屯市| 博白县| 岱山县| 岑溪市| 德州市| 甘谷县| 玉环县| 六枝特区| 华容县| 平塘县| 勃利县| 连城县| 龙门县| 孝感市| 孟州市| 江都市| 武乡县| 杭锦后旗| 乌兰浩特市| 海丰县| 长泰县| 青铜峡市| 马公市| 谷城县| 卓资县| 弥渡县| 宝应县| 休宁县| 错那县| 福建省| 榆树市| 平原县| 仁怀市| 刚察县| 镇沅| 嘉荫县| 山东省| 监利县| 辰溪县| 许昌县|