<%
tit="公司简介"
call web_head(0,0,2,0,0)...,Bullcn'Blog - 分享、交流、进步。" /> 公司简介---调用单页面 - Bullcn'Blog

公司简介---调用单页面


<!-- #include file="include/skin.asp" -->
<!-- #include file="include/jk_ubb.asp" -->
<%
tit="公司简介"
call web_head(0,0,2,0,0)

dim word,cod
sql="select top 1 id,topic,word,cod from article where topic='公司简介' and hidden=0 order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
  word=rs("word")
  cod=rs("cod")
if int(cod)=1 then word=code_jk(word)
%>
<table cellspacing=1 cellpadding=4 class=table>
<tr><td class=td0> <%response.write img_skin("m_")%></td></tr>
<tr><td class=bg_td align=center>
  <table border=0 width=777 class=tf>
  <tr><td  class=htd><%response.write word%></td></tr>
  </table>
  <%
  rs.movenext
loop
rs.close
call web_end(0,0)
%>


<%response.write left(word,100)%>


引用内容 引用内容

<!-- #include file="include/skin.asp" -->


<table border=0 cellspacing=0 cellpadding=0 width='98%' align=center>
<%
dim word,cod
sql="select top 1 id,topic,word,cod from article where topic='联系我们' order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
word=rs("word")
cod=rs("cod")
if int(cod)=1 then word=code_jk(word)
%>
<tr><td class=htd><%response.write word%></td></tr>
<tr><td height=10></tr>
<%
rs.movenext
loop
rs.close
%>
</table>

文章来自: Original
引用通告: 查看所有引用 | 我要引用此文章
Tags:
相关日志:
评论: 7 | 引用: 0 | 查看次数: 868
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 20 字 | UBB代码 关闭 | [img]标签 关闭