var Register_UserRegister = { getBiddingBodyType:function(callback,context){return new ajax_request(this.url + '?_method=getBiddingBodyType&_session=no','',callback, context);}, getCorporationType:function(callback,context){return new ajax_request(this.url + '?_method=getCorporationType&_session=no','',callback, context);}, getRegion:function(callback,context){return new ajax_request(this.url + '?_method=getRegion&_session=no','',callback, context);}, getArea:function(_sID,callback,context){return new ajax_request(this.url + '?_method=getArea&_session=no','_sID=' + enc(_sID),callback, context);}, getTrade:function(_sid,type,callback,context){return new ajax_request(this.url + '?_method=getTrade&_session=no','_sid=' + enc(_sid)+ '\r\ntype=' + enc(type),callback, context);}, getCurrencyType:function(callback,context){return new ajax_request(this.url + '?_method=getCurrencyType&_session=no','',callback, context);}, getCurrencyUnit:function(callback,context){return new ajax_request(this.url + '?_method=getCurrencyUnit&_session=no','',callback, context);}, addRecordNatural:function(V_legalType,V_Roles,V_Username,V_Password,V_Password1,V_BiddingBodyName1,V_BusinessLicense1,V_BiddingBodyCode1,V_BiddingBodyCodeDate,V_BiddingBodyAddress1,V_LegalPersonPhone1,V_Email1,V_Area3,V_BASIC_ACCOUNT_NAME1,V_BasicAccountNo1,Region1,v_TranPlatform,callback,context){return new ajax_request(this.url + '?_method=addRecordNatural&_session=rw','V_legalType=' + enc(V_legalType)+ '\r\nV_Roles=' + enc(V_Roles)+ '\r\nV_Username=' + enc(V_Username)+ '\r\nV_Password=' + enc(V_Password)+ '\r\nV_Password1=' + enc(V_Password1)+ '\r\nV_BiddingBodyName1=' + enc(V_BiddingBodyName1)+ '\r\nV_BusinessLicense1=' + enc(V_BusinessLicense1)+ '\r\nV_BiddingBodyCode1=' + enc(V_BiddingBodyCode1)+ '\r\nV_BiddingBodyCodeDate=' + enc(V_BiddingBodyCodeDate)+ '\r\nV_BiddingBodyAddress1=' + enc(V_BiddingBodyAddress1)+ '\r\nV_LegalPersonPhone1=' + enc(V_LegalPersonPhone1)+ '\r\nV_Email1=' + enc(V_Email1)+ '\r\nV_Area3=' + enc(V_Area3)+ '\r\nV_BASIC_ACCOUNT_NAME1=' + enc(V_BASIC_ACCOUNT_NAME1)+ '\r\nV_BasicAccountNo1=' + enc(V_BasicAccountNo1)+ '\r\nRegion1=' + enc(Region1)+ '\r\nv_TranPlatform=' + enc(v_TranPlatform),callback, context);}, addRecord:function(V_legalType,V_Roles,V_Username,V_Password,V_Password1,V_BiddingBodyName,V_CorporationType,CreditStatus,V_LegalCorporationType,V_BiddingBodyCode,V_BiddingBodyAddress,V_LegalPerson,V_LegalPersonDuty,V_LegalPersonPhone,V_RegisteredPerson,V_RegisteredPersonDuty,V_Phone,V_Reamrk,V_Email,V_Region,V_Area,V_Trade3,V_RegisteredFunds,V_CurrencyUnit,V_CurrencyType,V_BASIC_ACCOUNT_NAME,V_BasicAccountNo,callback,context){return new ajax_request(this.url + '?_method=addRecord&_session=rw','V_legalType=' + enc(V_legalType)+ '\r\nV_Roles=' + enc(V_Roles)+ '\r\nV_Username=' + enc(V_Username)+ '\r\nV_Password=' + enc(V_Password)+ '\r\nV_Password1=' + enc(V_Password1)+ '\r\nV_BiddingBodyName=' + enc(V_BiddingBodyName)+ '\r\nV_CorporationType=' + enc(V_CorporationType)+ '\r\nCreditStatus=' + enc(CreditStatus)+ '\r\nV_LegalCorporationType=' + enc(V_LegalCorporationType)+ '\r\nV_BiddingBodyCode=' + enc(V_BiddingBodyCode)+ '\r\nV_BiddingBodyAddress=' + enc(V_BiddingBodyAddress)+ '\r\nV_LegalPerson=' + enc(V_LegalPerson)+ '\r\nV_LegalPersonDuty=' + enc(V_LegalPersonDuty)+ '\r\nV_LegalPersonPhone=' + enc(V_LegalPersonPhone)+ '\r\nV_RegisteredPerson=' + enc(V_RegisteredPerson)+ '\r\nV_RegisteredPersonDuty=' + enc(V_RegisteredPersonDuty)+ '\r\nV_Phone=' + enc(V_Phone)+ '\r\nV_Reamrk=' + enc(V_Reamrk)+ '\r\nV_Email=' + enc(V_Email)+ '\r\nV_Region=' + enc(V_Region)+ '\r\nV_Area=' + enc(V_Area)+ '\r\nV_Trade3=' + enc(V_Trade3)+ '\r\nV_RegisteredFunds=' + enc(V_RegisteredFunds)+ '\r\nV_CurrencyUnit=' + enc(V_CurrencyUnit)+ '\r\nV_CurrencyType=' + enc(V_CurrencyType)+ '\r\nV_BASIC_ACCOUNT_NAME=' + enc(V_BASIC_ACCOUNT_NAME)+ '\r\nV_BasicAccountNo=' + enc(V_BasicAccountNo),callback, context);}, updateRecordNatural:function(name,code,callback,context){return new ajax_request(this.url + '?_method=updateRecordNatural&_session=rw','name=' + enc(name)+ '\r\ncode=' + enc(code),callback, context);}, url:'/ajax/Register_UserRegister,App_Web_imkrclsa.ashx' } function HtmlControl(id) { var ele = null; if(typeof(id) == 'object') ele = id; else ele = document.getElementById(id); if(ele == null) return null; var _o = ele.cloneNode(true); var _op = document.createElement('SPAN'); _op.appendChild(_o); this._source = _op.innerHTML; } HtmlControl.prototype.toString = function(){ return this._source; } function HtmlControlUpdate(func, parentId) { var f,i,ff,fa=''; var ele = document.getElementById(parentId); if(ele == null) return; var args = []; for(i=0; i 2) for(i=2; i9999||year<1970||month<1||month>12||day<0||day>31||hours<0||hours>23||minutes<0||minutes>59||seconds<0||seconds>59)throw("ArgumentException");this.Year = year;this.Month = month;this.Day = day;this.Hours = hours;this.Minutes = minutes;this.Seconds = seconds;} DateTime.prototype.toString = function(){return digi(this.Year,4) + digi(this.Month,2) + digi(this.Day,2) + digi(this.Hours,2) + digi(this.Minutes,2) + digi(this.Seconds,2);} function AjaxImage(url){var img=new Image();img.src=url;return img;} function TimeSpan(){this.Days=0;this.Hours=0;this.Minutes=0;this.Seconds=0;this.Milliseconds=0;} TimeSpan.prototype.toString = function(){return this.Days+'.'+this.Hours+':'+this.Minutes+':'+this.Seconds+'.'+this.Milliseconds;} function _getTable(n,e){for(var i=0; i