<% call SiteInfo if ISHTML = 1 then Response.expires = 0 Response.expiresabsolute = Now() - 1 Response.addHeader "pragma", "no-cache" Response.addHeader "cache-control", "private" Response.CacheControl = "no-cache" End If if request.QueryString("ID")="" then SeoTitle="关于我们" elseif not IsNumeric(request.QueryString("ID")) then SeoTitle="参数错误" elseif conn.execute("select * from CompanyCMS_About Where ViewFlag and ID="&request.QueryString("ID")).eof then SeoTitle="参数错误" else set rs = server.createobject("adodb.recordset") sql="select * from CompanyCMS_About where ViewFlag and ID="&request.QueryString("ID") rs.open sql,conn,1,1 SeoTitle=rs("AboutName") rs.close set rs=nothing end if %> 精密模具|模具制造|深圳模具制造|深圳精密模具|深圳塑胶模具|塑胶模具制造|深圳时代精密模具公司--关于我们
 
 
 
 
 
     

 
 
精密模具|模具制造|深圳模具制造|深圳精密模具|深圳塑胶模具|塑胶模具制造|深圳时代精密模具公司
友情链接:深圳网络公司 东莞网络公司 东莞公司注册 精密模具公司 模具注塑公司 模具制造公司 塑胶模具公司 塑胶模具制造公司
网站导航:首页 公司简介 产品简介 时代资讯 模具业务 注塑业务 质量服务 设备展示 联系我们 模具知识 网站地图  
Copyright © 2008-2010 深圳时代精密模具有限公司--专业模具制造公司 | 粤ICP 05062986号 
公司地址:深圳市宝安区沙井镇洪田路A10 栋 电 话:+86-755-81726620、81726260  传 真:+86-755-81726606
<% function WebMenu() dim rs,sql set rs = server.createobject("adodb.recordset") sql="select * from CompanyCMS_About where ViewFlag and not ChildFlag order by Sequence asc" rs.open sql,conn,1,1 if rs.eof then response.write "暂无相关信息" else do If ISHTML = 1 Then AutoLink = ""&AboutNameDiy&""&Separated&""&rs("ID")&"."&HTMLName&"" Else AutoLink = "About.asp?ID="&rs("ID")&"" End If response.write ""&rs("AboutName")&"
" rs.movenext loop until rs.eof end if rs.close set rs=nothing end function function WebLocation() WebLocation=" 当前位置:首页 - 关于我们 - "&VbCrLf dim rs,sql set rs = server.createobject("adodb.recordset") if request.QueryString("ID")="" or not IsNumeric(request.QueryString("ID")) then sql="select top 1 * from CompanyCMS_About where ViewFlag and not ChildFlag order by Sequence asc" else sql="select * from CompanyCMS_About where ViewFlag and ID="&request.QueryString("ID") end if rs.open sql,conn,1,1 if rs.eof then WebLocation=WebLocation&"参数错误" else WebLocation=WebLocation&""&rs("AboutName") end if rs.close set rs=nothing end Function %>