开展“双评”活动,转变政府职能,树立行业新风,欢迎登陆阳泉市劳动和社会保障网!

新闻动态

政策法规

政务公开

业务信息

服务信息

医保定点单位

信息查询

劳动力市场

问题解答

 

 

 

      

 
 
 
 
<% Function GCounter( counter ) Dim s,i,g s = CStr( counter ) For i = 1 to Len(s) g = g&"" Next GCounter = g End Function %><% Set fs = Server.CreateObject("Scripting.FileSystemObject") counter_file = Server.MapPath("counter.txt") Set txt = fs.OpenTextFile(counter_file) counter = txt.ReadLine txt.Close if isEmpty(session("Connected")) then 'Application.Lock 'Application("counter") = Application("counter") + 1 'Application.UnLock counter=counter+1 end if session("connected") = true Set txt = fs.CreateTextFile(counter_file, True) txt.WriteLine(counter) txt.Close %>