日期:2014-05-18  浏览次数:20366 次

frame中重新定向URL
1个frame有2个页 我要在第1个页中给第2页重新定向URL 怎么实现?
JavaScript板块问 没人答

------解决方案--------------------

C# code

this.Page.RegisterStartupScript("click", "<script>window.parent.frames(2).location='welcome.aspx'</script>");