% Response.Expires=0 %>
<%
un = trim(request("username"))
pw = trim(request("password"))
Response.Cookies("name") = ""
dim ei
if un <> "" and pw <> "" and Request.ServerVariables("REQUEST_METHOD") = "POST" then
set ei = Application("em")
Session("wem") = ""
dim pwwt
pwwt = ei.PassWordWaitMinute
dim checkret
checkret = ei.CheckPassWordEx(un, pw, Request.ServerVariables("REMOTE_ADDR"))
if checkret = 0 then
Session("tid") = ei.Login(un)
Session("wem") = un
set ei = nothing
if IsEmpty(Application("em_MaxFolders")) and IsEmpty(Application("em_MaxMPOP3")) and IsEmpty(Application("em_MaxSigns")) then
dim mam
set mam = server.createobject("easymail.AdminManager")
mam.Load
Application("em_EnableMDB") = mam.EnableMDB
Application("em_MaxFolders") = mam.MaxFolders
Application("em_MaxMPOP3") = mam.MaxMPOP3
Application("em_MaxSigns") = mam.MaxSigns
Application("em_SystemAdmin") = mam.SystemAdmin
set mam = nothing
end if
Response.Redirect "http://www.sbtj.com/WebEasyMail/welcome.asp"
elseif checkret = 2 then
set ei = nothing
Response.Write "连续三次输入密码错误,请过" & pwwt & "分钟后再试。
"
else
set ei = nothing
Response.Write "密码错误!请再次输入。
"
end if
end if
if Session("wem") <> "" then
set ei = Application("em")
ei.Logout Session("wem"), Session("tid")
set ei = nothing
end if
Session("wem") = ""
Session("tid") = ""
%>
闲置设备调剂网站
|
盐城市生产力促进中心 |
|
一次性通过ISO9000国际质量体系认证 |
|
|
| |
|
|
|
|
为提高全员的服务质量意识、能力和素质以及质量水平,赢得信誉和顾客的持续满意,更好的为中小企业服务,盐城市生产力促进中心自2002年
下半年开始按照GB/T19001-2002idtISO9001:2000质量体系在本中心实施贯 标,并与2003年1月向北京世标认证中心提请认证。专家组1月16、17日对中心进行认真外审,一次性推荐认证,2月12日北京世标认证中心向盐城市
生产力促进中心颁发了国际标准认证证书。
据业内人士透露非企业的法人单位通过ISO9000认证的在盐城市还是第 一家,盐城市生产力促进中心通过ISO9000认证对于促进全市生产力发展将
起到积极的推动作用。 |
|
|
| |
Copyright © 2002-2004 盐城市生产力促进中心
all rights reserved |
 |
|
|
<%
function getGRSN()
dim theGRSN
Randomize
theGRSN = Int((9999999 * Rnd) + 1)
getGRSN = "GRSN=" & CStr(theGRSN)
end function
%>