<% If Request("action")="logout" Then Session("AdminName")="" Session("AdminPassWord")="" 'Response.Write "

你已经成功退出!

" 'Response.Write "" Response.Redirect "index.asp" End If Call ConnectionDatabase Set Rs = Server.CreateObject("Adodb.RecordSet") txtGetConfig = "Select * From setup" Rs.Open txtGetConfig,Conn,1,1 Set NewRs = Server.CreateObject("Adodb.RecordSet") txtGetNews = "Select Top 5 * From news Order By Id Desc" NewRs.Open txtGetNews,Conn,1,1 Set LinkRs = Server.CreateObject("Adodb.RecordSet") txtGetLink = "Select Top 4 * From link Where UrlType=""Logo链接"" Order By Id Asc" LinkRs.Open txtGetLink,Conn,1,1 %> <%=Rs("SiteName")%>
 
网站首页
home
欣科产品
products
解决方案
solutions
成功案例
cases
客服支持
services
代理合作
cooperate
关于欣科
about us
·用户名
·密 码





<% If LinkRs.Eof And LinkRs.Bof Then Response.Write "暂时无记录!" Else Do While Not LinkRs.Eof %>
" title="<%=LinkRs("Synopsis")%>">" border="0">  
<% LinkRs.MoveNext Loop End If %>


<% If NewRs.Eof And NewRs.Bof Then Response.Write "" Else Do While Not NewRs.Eof %> <% NewRs.MoveNext Loop End If %>
公司新闻 News
·暂时无新闻!
· " target="_blank" class="black" Title="<%=NewRs("Title")%>"><%=Left(NewRs("Title"),17)%>…… <%=NewRs("CreateDate")%>
图片新闻 News
·2005年11月24日上午,公司工作人员向科协黄俊忠副主席现场讲解“校校通”的具体情况
解决方案
solutions

网站地图 | 联系我们 | 诚聘英才 | 优优堂
<%=Rs("SiteCopyright")%>
<% Rs.Close Set Rs=Nothing Conn.Close Set Conn=Nothing %>