asp. The usage demonstration of ashx in. Net

From , 5 Years ago, written in C#, viewed 146 times.
URL https://pastebin.vip/view/e0be0edc
  1. <mce:script type="text/javascript"><!--  
  2.         $(function () {  
  3.             $("#name").blur(function () {  
  4.                 var _name = $("#name").val();  
  5.                 $.ajax( {  
  6.                     type: "POST",  
  7.                     url: "test.ashx",  
  8.                     data:"name=" + _name,  
  9.                     success:function(data){  
  10.                     alert(data);  
  11.                     }                      
  12.                 });  
  13.             });  
  14.         })  
  15.      
  16. // --></mce:script>  
  17. </head>  
  18. <body>  
  19.     <input type="text" id="name" />  
  20. </body>  
  21.  
  22.  
  23.  
  24. //csharp/4859

Reply to "asp. The usage demonstration of ashx in. Net"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website