当前位置:
代码迷
>>
Web前端
>> window.top window.self window.parent 对象引见
详细解决方案
window.top window.self window.parent 对象引见
热度:
635
发布时间:
2012-11-04 10:42:41.0
window.top window.self window.parent 对象介绍
window.top //最顶层窗口
window.self //当前窗口
window.parent //父级窗口
应用在有frameset或者iframe的页面。top是最顶级窗口,self是当前窗口,parent是父窗口。
查看全文
相关解决方案
javascript window open在ie中设立不起作用,求解决
window.open传参数在页面获取地址少了参数,该如何解决
【EXTJS】iframe里嵌套ext.window,怎样使ext.window弹出到iframe外,该怎么解决
window mobile下 midlet 怎么调用ie mobile
window xp 装配nutch1.6
window.location.href不跳转有关问题
window.showModalDialog弹出窗体有关问题
怎么自动执行<a href="document.html" target="parent">my document</a> 呢
window.close怎么关闭不提示?IE8上
window.open怎么弹出一个新的窗体啊
关于-blank,parent,search,self,top的设置,该如何解决
window.open刷新有关问题。大家帮忙看下啊小弟我已经搞了三天了。没弄明白。这个是什么原因。
window.opener的一个疑问?解决办法
window.showmodaldialog() 产生的有关问题
window.open 怎么隐藏状态栏
window.showModalDialog 相关有关问题
OnClick=window.open("/index.aspx")出错?解决思路
window.returnValue()返回值为undefined?解决方法
请教:window.open()这样语句可以设置窗口的背景色吗
window.opener的意思是?解决思路
parent.mainFrame.location 的有关问题
window.open后ifame有关问题!
window.showModalDialog返回两个值的有关问题。
郁闷、难过啊一个关于JS跨页面访问的有关问题,'Parent.top_frame.document.all.T1 '为空或不是对象
js很菜的有关问题 window.open传参数
window.open弹出的网页不到两秒自己关了?怎么处理
window.open打开页面,同时传参数怎么传?
遨游浏览器不能用 window.onunload()?解决方案
用了<script>alert('请先登录');window.open('Main.aspx')遨游拦截 用了Redirect没有必要的提示怎么处理啊
onclick='window.location.href="xxx.aspx?id="+<%# Eval("id")%>',这样写对吗?该怎么解决