一、Iframe 的自适应方法:
<iframe name="mainFrame" id="mainBodyFrame" src="/main" |
二、刷新页面
//刷新本页: |
三、top.location.href和localtion.href有什么不同
//在顶层页面打开url(跳出框架) |
top.location.href 可以用在当后台使用iframe 框架作为主体显示部分时,当用户身份过期,需要登陆,登录页面会在iframe显示,而登录成功后还是在ifrmae 中显示,如下图:
解决方法:
<script type="text/javascript"> |
四、jquery动态加载html页面
<script type="text/javascript"> |