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")%>放在标题上不行。。 展开
<!--#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")%>放在标题上不行。。 展开
6个回答
展开全部
比如扮虚“标题”在数据库的字段为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>
先设置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>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<%
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")%>
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
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<%
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之毕仿前就可以了。手简纤
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之毕仿前就可以了。手简纤
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
写一个根据文章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
%>
<逗禅% 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
%>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<闷衡%
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
%>
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
%>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询