JavaScript 中改变当前window和frame的page的方法


可以使用location

To load a different page into the current window or frame, assign the new page's URL string to the location.href property:

location.href=http://www.megacorp.com/products/framistan309.html;
 
 
location是window对象和document对像的属性,所以window.location和document.location是相同的,可以相互使用

posted on 2007-09-11 15:36 刘铮 阅读(462) 评论(0)  编辑  收藏 所属分类: JavaScript

<2026年9月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

导航

统计

留言簿(1)

文章分类(141)

文章档案(147)

搜索

最新评论