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 刘铮 阅读(432) 评论(0)  编辑  收藏 所属分类: JavaScript

<2025年6月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

导航

统计

留言簿(1)

文章分类(141)

文章档案(147)

搜索

最新评论