.aspx写在<body></body>中

  <script language="javascript">
              if( document.all("Message").value!="" )
               {
                 alert( document.all("Message").value );
                 document.all("Message").value=""; //这句可不能掉哟!
                }
  </script>

.cs中:
Message.value = "Hello world!";

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2021-06-29
  • 2022-01-16
  • 2021-12-04
  • 2021-08-22
猜你喜欢
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
相关资源
相似解决方案