ASP新闻标题问题请教高手 以下是我一个新闻网页代码。

我想在每个新闻分页打开新闻的时候网页标题的前面就是新闻的名字怎么填加title调用代码我的数据库新闻的表名是news代码就是下面这个我的qq:122375399高手帮帮我... 我想在每个新闻分页 打开新闻的时候 网页标题的前面就是新闻的名字
怎么填加title调用代码
我的数据库 新闻的表名是news

代码就是下面这个
我的qq:122375399 高手帮帮我
谢谢
<!--#Include File="inc/Check_Sql.asp"-->
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/Skin_css.asp"-->
<!-- #include file="inc/config.asp" -->
<!--#include file="inc/Function.asp"-->
<!-- #include file="Head.asp" -->
<style type="text/css">
<!--
.tit { font-size: 14px;}
.black {COLOR: #000000; font-family: "Verdana", "宋体"; FONT-SIZE: 14px}
A.black:link { COLOR: #000066; TEXT-DECORATION: none}
A.black:visited { COLOR: #330000; TEXT-DECORATION: none}
A.black:active { COLOR: #FFFFFF; TEXT-DECORATION: none}
A.black:hover { COLOR: #ff0000; TEXT-DECORATION: none}
}
-->
</style>

<%id=request("id")%>
<script language="JavaScript" type="text/JavaScript">
function fontZoom(size){
document.getElementById('fontZoom').style.fontSize=size+'px'
}
</SCRIPT>
<SCRIPT language=JavaScript>
var currentpos,timer;

function initialize()
{
timer=setInterval("scrollwindow()",50);
}
function sc(){
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos != document.body.scrollTop)
sc();
}
document.onmousedown=sc
document.ondblclick=initialize
</SCRIPT>
<%
id=cstr(request("id"))
Set rsnews=Server.CreateObject("ADODB.RecordSet")
sql="update news set hits=hits+1 where id="&id
conn.execute sql
sql="select * from news where id="&id
rsnews.Open sql,conn,1,1
title=rsnews("title")
if rsnews.eof and rsnews.bof then
response.Write("数据库出错")
else
%>
<%
BigClass=request("BigClass")
SmallClass=request("SmallClass")
%>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5" valign="top" bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="72" valign="top" bgcolor="#FFFFFF"><table width="746" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="tdbg_left" width="190" height="179" valign="top" ><!--#include file="left.asp"--></td>
<td width="6"></td>
<td valign="top"><table Class=border width="550" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="550" height="206" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="title_right" height="32">   <img src="Images/smallbook.jpg" width="10" height="10">  <a href="index.asp">首页</a> >> <a href="NewsClass.asp?BigClass=<%=BigClass%>"><%=BigClass%></a></td>
</tr>
</table>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
展开
 我来答
hanpeng120
2008-03-24 · 超过18用户采纳过TA的回答
知道答主
回答量:47
采纳率:0%
帮助的人:56.7万
展开全部
打开新闻页面时。在<title><%=rs("title")%></title>就OK了。
psart
2008-03-22 · TA获得超过2058个赞
知道大有可为答主
回答量:1979
采纳率:0%
帮助的人:1867万
展开全部
应该修改head.asp文件,在<title>调用标题数据信息</title>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友7e6f238fc
2008-03-25 · 超过57用户采纳过TA的回答
知道答主
回答量:235
采纳率:0%
帮助的人:314万
展开全部
<title>这里是支持动态显示的</title>
楼上说的正解
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
f4if4if4i
2008-03-29
知道答主
回答量:12
采纳率:0%
帮助的人:0
展开全部
<!-- #include file="Head.asp" --> 既然有这句代码 那就需要在head。asp文件里修改了
<title><%'调出title的代码%></title>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式