摘要: Response.Write("<script>alert('供货确认失败!')</script>");后台弹出js: this.Page.ClientScript.RegisterStartupScript(this.GetType(), "myscrip1t", "<script>alert(' 阅读全文
posted @ 2016-08-01 15:46 大步向前走 阅读(154) 评论(0) 推荐(0)
摘要: Request.ApplicationPath+"/images/a.gif" 如果是站点 就是等于 "//images/a.gif",错误的 如果有虚拟目录就是 "Webapplication1/images/a.gif" 没有/的 Request.ApplicationPath 发挥虚拟目录名称 阅读全文
posted @ 2016-08-01 15:25 大步向前走 阅读(245) 评论(0) 推荐(0)