当前位置: 代码迷 >> ASP.NET >> 用c#写,如何让页面里弹出个类似messagebox的消息框
  详细解决方案

用c#写,如何让页面里弹出个类似messagebox的消息框

热度:477   发布时间:2013-02-25 00:00:00.0
用c#写,怎么让页面里弹出个类似messagebox的消息框
用c#写,怎么让页面里弹出个类似messagebox的消息框

------解决方案--------------------------------------------------------
response.write( " <script> alert( 'messagebox '); </script> ");