﻿function HMUserInit(){HMrequestText(HMSITEROOT+"user/module/UserCommonInfo.asp?"+Math.random(),null,"HMUserCommonInfo",0)};function HMUserLogin(f,e){var G=(new HMForm(f,true)).getValue,d="code="+G("UserCode")+"&username="+G("UserName")+"&password="+G("Password")+"&save="+G("Cookie"),r=function(t){HMisNone(t)?HMUserInit():(HMgetElement(e).innerHTML=t,HMLoadCode())};HMrequestText(HMSITEROOT+"user/module/UserLogin.asp?action=dispose&"+Math.random(),d,r,1)}HMCreateDiv("HMUserCommonInfo");HMUserInit()