<%@ LANGUAGE = VBScript.Encode %> 生成企业信息列表 <% if Instr(session("AdminPurview"),"|34,")=0 then response.write ("

您没有管理该模块的权限!
") response.end end if if ISHTML = 0 then response.Write "" response.End end If %>
企业信息:添加,修改介绍企业相关的内容
添加企业信息 | 查看企业信息 | 生成企业信息列表

0%
<% totalrec=Conn.Execute("select count(*) from About")(0) sql="Select * from About order by ID desc" Set Rs=Conn.Execute(sql) if totalrec=0 then Detail_Num=0 Else Detail_Num=1 do while not rs.eof ID=rs("ID") call htmll("/CH/","/CH/",""&AboutNameDiy&""&Separated&""&ID&"."&HTMLName&"","About.asp","ID=",ID,"","") call htmll("/EN/","/EN/",""&AboutNameDiy&""&Separated&""&ID&"."&HTMLName&"","About.asp","ID=",ID,"","") Response.Write "" Response.Flush rs.movenext Detail_Num=Detail_Num+1 loop end if rs.close set rs=Nothing conn.close set conn=Nothing %>