<%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%> <%Option explicit%> <% dim adocon,rs,Myself dim UserInfo,flag Myself = Request.ServerVariables("PATH_INFO") set adocon=GetMdbConnection(DbLoc, DbPwd) if request.form("uid")<>"" then on error resume next set UserInfo=new clsUser With UserInfo ' .value=array(request.form("uid"),request.form("pwd"),_ ' adocon,usrTable,loggingTable) .uid=request.form("uid") .pwd=request.form("pwd") set .conn=adocon .userTable=usrTable .logTable=loggingTable .logon if err.number <>0 then response.write err.source&"
" response.write err.description 'DisplayConErr adocon response.end end if if .lstatus<>"" then response.redirect "destination.asp" end if End With end if %>
會 計 軟 件 供 應
Accounting Software.com.hk

中 小 企 業 及 集 團
會 計 應 用 軟 件

試 用 版回 扣   > 會 計 師 >  一 般 問 題 > 聯 絡 我 們 >  >                            首 頁> 英 文 版 > 查 詢 (852) 2392 2936  
會 計 軟 件 供 應 網

登 入 會 計 軟 件 庫 立 即 免 費 申 請
使用者名稱
Username :
密碼
Password :
 
<% adocon.close set adocon=nothing %>