JS 随记

一、在内联框架中,刷新整个框架,在.net中使用此方法(

ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "refresh", "window.parent.location.href=window.parent.location.href;", true);
);

 

 

posted @ 2013-10-24 10:02  jeamsluu  阅读(127)  评论(0)    收藏  举报