ASP网站如何调用文章标题或栏目名称作为网页title

<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<!--#include file="Connections/conn.asp" -->
<!--#include file="inc/subfun.asp" -->
<!--#include file="inc/page.asp" -->
<!--#include file="floatdiv.asp" -->
<div id="top">

<div id="center2">
<div id="centerLeft">
<div id="fuwuTop"><img src="img/gongyin.jpg" alt="" /></div>
<div id="fuwu">
<ul>
<%=cyylList%>
</ul>
</div>
</div>
<div id="centerRight1">
<%
id=triM(request.QueryString("id"))
if not isNumeric(id) then
'response.Redirect("cyyl.asp")
response.End()
end if
sql="select cy.*,Tree.content as ct from cyyl as cy,Tree where Tree.pid=0 and Tree.level=2 and Tree.id=cy.tp and cy.id="&id
set rs=server.CreateObject("Adodb.RecordSet")
rs.open sql,conn,1,1,1
if not rs.eof then
ct=trim(rs("ct"))
end if
%>
<h2 class="bg1"><%=ct%></h2>
<div class="text04">
<%
if not rs.eof then
%>
<div>
<ul>
<li style="text-align:center;">
<%if not isNull(trim(rs("bigpic"))) and trim(rs("bigpic"))<>"" then%>
<img src="<%=rs("bigpic")%>" alt="<%=trim(rs("cyylName"))%>" onload="javascript:DrawImage(this,500,500);" />
<%else%>
<img src="<%=rs("smallpic")%>" alt="<%=trim(rs("cyylName"))%>" onload="javascript:DrawImage(this,500,500);" />
<%end if%>
</li>
<li><span style="font-size:14px;font-weight:bold;color:#CC0000;"><%=trim(rs("cyylName"))%>:</span><%=rs("content")%></li>
</ul>
</div>
<%
else
'response.Redirect("cyyl.asp")
end if
rs.close()
set rs=nothing
%>
</div>
<div class="bg04"></div>
</div>
</div>
<!--#include file="foot.asp" -->
展开
 我来答
人民币很贵
2014-07-26 · 超过31用户采纳过TA的回答
知道答主
回答量:125
采纳率:0%
帮助的人:59.9万
展开全部
在<head>和</head>直接按以下格式
<title>你的网站标题</title>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式