ASP.Net
摘要:
1.获取页面名字string pageName = System.IO.Path.GetFileName(HttpContext.Current.Request.Path); 2.弹出提示框Page.ClientScript.RegisterStartupScript(this.GetType(), "message", "<script>alert('提示消息')</script>");3.继承了母版页的子页面调用js代码子页面js代码引用写成...<script language="javasc 阅读全文
posted @ 2010-10-25 16:09 Paste 阅读(143) 评论(0) 推荐(0)