<script type="text/javascript">
$(function(){
		
	$("#resetpass").click(function(){
		$.ajax({
			   type: "POST",
			   url: "/personnel/resetpass",
			   success: function(msg){
				   
			     $("#init_password").text(msg);
			     
			     //alert(msg);
			     //$("#init_password").val(msg);
				//alert(msg);return false;
			   }
		});
	});
	
	
}); 

</script>




            <li class="liheight bgcolor">
                <label>初始密码:</label>
                <span > </span>
                <span class="left1"><input type="button"   /></span>
            </li>

 

相关文章:

  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-21
  • 2022-01-14
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
相关资源
相似解决方案