

Java技术
2005: 03 04 05 06 07 08
09 10 11 12
2006: 01 02
Asp.net
2005: 07 08 09 10 11 12
2006: 01 02

改成这样:
string str="<script language=´javascript´>alert(´省局数据不能进行修改!´);</script>";
Page.RegisterStartupScript("dd",str);
提示成功后转到别的页面
Response.Write("<script>window.alert(´提示语句´);window.location=´abc.aspx´</script>");