javascript location.href参数详解...
时间:2010-08-14 来源:jlds123
top.location.href="url"
说的是在顶层页面打开url(跳出框架)
self.location.href="url"
说的是仅本页面打开url地址
parent.location.href="url"
说的是你窗口打开Url地址
应该还有一个this.location.href="url"
用法和self的用法一致
还有就是如果页面当中有自定义的frame的话,
也可以将parent self top换为自定义frame的名称
效果就是在自定义frame窗口打开url地址
相关阅读 更多 +