ASP网站如何调用文章标题作为网页title?

本网站文章页代码如下:<!--#includefile="inc/conn.asp"--><!--#includefile="inc/function.com.inc.a... 本网站文章页代码如下:

<!--#include file="inc/conn.asp" -->
<!--#include file="inc/function.com.inc.asp" -->
<%
id =request("id")
classid =request("classid")
select case classid
case 1
db_name="资讯动态"
db_img="images/hlzxdt.gif"
end select
%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/dg.css" rel="stylesheet" type="text/css">
<title>标题</title>
<style type="text/css">
<!--
body {
background-image: url(images/bg.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body bgcolor="#FFFFFF">
<!--#include file="Top_Shang_Link.asp"-->
<table width="1003" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><!--#include file="top.asp"--></td>
</tr>
<tr>
<td><table width="1003" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="298" valign="top" class="wz"><!--#include file="left.asp"--></td>
<td width="705" align="left" valign="top" class="wz"> <%
sql="select * from News where type_id='1' and id="&id
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
if not rs.eof then
%>
<table width="616" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="616" align="left"><img src="<%=db_img%>" width="159" height="42" alt=""></td>
</tr>
<tr>
<td height="29" align="left" class="wz">> 当前位置:<a href="index.html" target="_blank">首页</a>-<a

href="News.asp?classid=1"><%=db_name%></a>-<%=rs("title")%></td>
</tr>
<tr>
<td><img src="images/cpzs_16.gif" width="616" height="12" alt=""></td>
</tr>
<tr>
<td height="183" align="center" valign="top" background="images/cpzs_18.gif">

<table width="581" height="568" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="80" align="center" valign="middle" class="white"><p class="white">
<font color="#333333" size="3"><b><%=rs("title")%></b></font></p>

</td>
</tr>
<tr>
<td height="25" align="center" valign="middle" class="wz"><%=rs("add_time")%></td>
</tr>
<tr>
<td align="left" valign="top" class="white"><%=rs("content")%></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="images/cpzs_20.gif" width="616" height="10" alt=""></td>
</tr>
</table>
.......

请帮忙解决下。。 把这个<%=rsa("ntitle")%>放在标题上不行。。
展开
 我来答
金陵五洲雨花石
2010-07-26 · 交流雨花石鹅卵石资讯
金陵五洲雨花石
采纳数:1215 获赞数:5924

向TA提问 私信TA
展开全部
<%
sql="select * from News where type_id='隐帆1' and id="&id
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
if not rs.eof then
%>
这一段放在<html>前面,然后把这个猛枯<%=rsa("ntitle")%>放在枝携洞标题上
cbh5200
2010-07-31 · TA获得超过160个赞
知道小有建树答主
回答量:396
采纳率:33%
帮助的人:185万
展开全部
比如扮虚“标题”在数据库的字段为biaoti,文章号厅中燃为id

先设置ASP代培碰码获取指定文章内容,然后设置标题
<%
id=request.querystring("id") '文章ID
set rs = server.createobject(adodb.recordset)
sql="select * from wenzhang where id="&id '通过文章ID获取该文章信息
rs.open sql,conn1,3
%>
<title><%=rs("biaoti")%></title>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友93b9c45
2010-07-28 · 超过85用户采纳过TA的回答
知道小有建树答主
回答量:628
采纳率:100%
帮助的人:140万
展开全部
<%
sql="select * from News where type_id='1' and id="&id宽察汪
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
if not rs.eof then
%>
这一段放在<没皮html>前面,然后HTML代码的慎仔TITLE直接放上<%=rsa("ntitle")%>

参考资料: www.592yu.cn

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
miniappfefj57n8jes5h
2010-07-26 · TA获得超过1082个赞
知道小有建树答主
回答量:1193
采纳率:30%
帮助的人:239万
展开全部
<%
sql="咐源select * from News where type_id='1' and id="&id
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
if not rs.eof then

把这个放在TITLE之毕仿前就可以了。手简纤
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
独孤九剑之残剑
2010-07-26
知道答主
回答量:54
采纳率:0%
帮助的人:14.5万
展开全部
写一个根据文章ID读取title的函数,然后放在<title> title()<山桐尘title/>中间就可以了
<逗禅% function title()
sql="select * from News where type_id='1' and id="&id
set rs=server.CreateObject("轮悉adodb.recordset")
rs.open sql,conn,1,1
response.write rs("title")
rs.close
set rs=nothing
end function
%>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
chess003
2010-07-26
知道答主
回答量:1
采纳率:0%
帮助的人:0
展开全部
<闷衡%
sql="蚂凳做select * from News where type_id='1' and id="粗镇&id
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
if not rs.eof then
%>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(4)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式