frame中重新定向URL
1个frame有2个页 我要在第1个页中给第2页重新定向URL 怎么实现?
JavaScript板块问 没人答
[解决办法]
- C# code
this.Page.RegisterStartupScript("click", "<script>window.parent.frames(2).location='welcome.aspx'</script>"); 发布时间: 2012-03-17 19:06:28 作者: rapoo
frame中重新定向URL
1个frame有2个页 我要在第1个页中给第2页重新定向URL 怎么实现?
JavaScript板块问 没人答
[解决办法]
this.Page.RegisterStartupScript("click", "<script>window.parent.frames(2).location='welcome.aspx'</script>");