if(typeof ShowASP_index == "undefined") ShowASP_index={}; ShowASP_index_class = function() {}; Object.extend(ShowASP_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), { ShowUserInfo: function(name, id) { return this.invoke("ShowUserInfo", {"name":name, "id":id}, this.ShowUserInfo.getArguments().slice(2)); }, IndexLogin: function(name, pwd) { return this.invoke("IndexLogin", {"name":name, "pwd":pwd}, this.IndexLogin.getArguments().slice(2)); }, GetUserIdByName: function(name) { return this.invoke("GetUserIdByName", {"name":name}, this.GetUserIdByName.getArguments().slice(1)); }, UserExit: function() { return this.invoke("UserExit", {}, this.UserExit.getArguments().slice(0)); }, url: '/ajaxpro/ShowASP_index,App_Web_index.aspx.cdcab7d2.ashx' })); ShowASP_index = new ShowASP_index_class();