Reg.aspx
...
<SCRIPT language="javascript"> 
   function checkuser() {
    var txtuid=document.getElementById("txtUid");
    Reg2.GetCheckUserName(txtuid.value,docallback);
   }
   function docallback(res) {
    alert(res.value);
    res = null;
   }
</SCRIPT>
...
<asp:TextBox ;
    }
   }
  }

相关文章:

  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2022-02-10
  • 2021-10-12
猜你喜欢
  • 2021-11-17
  • 2021-05-23
  • 2021-11-17
  • 2021-09-10
相关资源
相似解决方案