|
#框架刷新,从一个框架刷新另一个 |
| |
|
|
System.Random Rd = new Random(); string ScriptKey = "Script" + Rd.Next(999999).ToString(); Page.RegisterStartupScript(ScriptKey,"<script>parent.window.frames['contents'].location=parent.window.frames['contents'].location;</script>");
'contents'为另一个框架的id |
posted @
2005-11-17 13:21
小于
阅读(523)
评论()
收藏
举报