alert在asp.net中如何使用??
生活随笔
收集整理的這篇文章主要介紹了
alert在asp.net中如何使用??
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
改成這樣:
string str="<script language='javascript'>alert('省局數據不能進行修改!');</script>";
Page.RegisterStartupScript("dd",str);
提示成功后轉到別的頁面
Response.Write("<script>window.alert('提示語句');window.location='abc.aspx'</script>");
總結
以上是生活随笔為你收集整理的alert在asp.net中如何使用??的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Asp.net动态生成html页面
- 下一篇: 正则表达式语法规则收集