如何让文章标题显示在网页标题上
也就是我在后台发的文章,文章的标题我想让它显示在网页的标题上,我知道要加文章变量在<title></title>里面,但实现不了,还应该加什么还是我的文章变量的格式不对?...
也就是我在后台发的文章,文章的标题我想让它显示在网页的标题上,我知道要加文章变量在<title></title>里面,但实现不了,还应该加什么还是我的文章变量的格式不对?
这部分是文章部分
<td width="769" align="right" valign="top" bgcolor="#F5F5F5"><table width="50%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table>
<%
c_title ="详细内容"
Id = 0
If Trim(Request("id"))<>"" Then
id = XX_sq("id",1)
Else
call xpnewAlert("","对不起,必须输入正确的编号")
End If
conn.Execute("update news set n_hits = n_hits +1 where n_id = " & id)
sqlCondition = " where n_id = " & id
sql = " Select news.*,c_title from news LEFT JOIN classit ON news.c_id=classit.c_id "
sql = sql & sqlCondition
sql = sql & " ORDER BY n_commend,n_id ASC"
'Response.Write(sql)
set rs= Server.CreateObject("Adodb.Recordset")
rs.open sql,conn,1,1
If Not rs.eof Then
c_title = rs("c_title")
End If
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="139" height="46" align="center" valign="top" background="images/bj_03.gif"><table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="27" align="center" class="white"><strong><%= c_title %></strong></td>
</tr>
</table></td>
<td align="right" valign="top" background="images/bj_05.gif"> </td>
</tr>
</table>
<table width="50%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="10"></td>
</tr>
</table>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<%
If rs.eof Then
%>
<tr>
<td class="black"> 对不起,您查找的资料已经不存在。 </td>
</tr>
<%
Else
%>
<tr>
<td class="bg01"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="93%" height="42" align="center"><h3><a href="about_view.asp?id=<%=rs("n_id")%>" class="red_s18"><%= rs.Fields.Item("n_title").value %></a></h3></td>
</tr>
</table></td>
</tr>
<tr>
<td height="27" align="center" background="images/dianh.gif" class="black2">[点击数:<%= rs.Fields.Item("n_hits").value %>][<%= rs.Fields.Item("c_title").value %>][<%= mkDate(rs.Fields.Item("n_date").value) %>]</td>
</tr>
<tr>
<td height="18" align="left"> </td>
</tr>
<tr>
<td height="33" align="left"><%= rs.Fields.Item("n_content").value %></td>
</tr>
<%
End If
%>
</table></td> 展开
这部分是文章部分
<td width="769" align="right" valign="top" bgcolor="#F5F5F5"><table width="50%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table>
<%
c_title ="详细内容"
Id = 0
If Trim(Request("id"))<>"" Then
id = XX_sq("id",1)
Else
call xpnewAlert("","对不起,必须输入正确的编号")
End If
conn.Execute("update news set n_hits = n_hits +1 where n_id = " & id)
sqlCondition = " where n_id = " & id
sql = " Select news.*,c_title from news LEFT JOIN classit ON news.c_id=classit.c_id "
sql = sql & sqlCondition
sql = sql & " ORDER BY n_commend,n_id ASC"
'Response.Write(sql)
set rs= Server.CreateObject("Adodb.Recordset")
rs.open sql,conn,1,1
If Not rs.eof Then
c_title = rs("c_title")
End If
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="139" height="46" align="center" valign="top" background="images/bj_03.gif"><table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="27" align="center" class="white"><strong><%= c_title %></strong></td>
</tr>
</table></td>
<td align="right" valign="top" background="images/bj_05.gif"> </td>
</tr>
</table>
<table width="50%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="10"></td>
</tr>
</table>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<%
If rs.eof Then
%>
<tr>
<td class="black"> 对不起,您查找的资料已经不存在。 </td>
</tr>
<%
Else
%>
<tr>
<td class="bg01"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="93%" height="42" align="center"><h3><a href="about_view.asp?id=<%=rs("n_id")%>" class="red_s18"><%= rs.Fields.Item("n_title").value %></a></h3></td>
</tr>
</table></td>
</tr>
<tr>
<td height="27" align="center" background="images/dianh.gif" class="black2">[点击数:<%= rs.Fields.Item("n_hits").value %>][<%= rs.Fields.Item("c_title").value %>][<%= mkDate(rs.Fields.Item("n_date").value) %>]</td>
</tr>
<tr>
<td height="18" align="left"> </td>
</tr>
<tr>
<td height="33" align="left"><%= rs.Fields.Item("n_content").value %></td>
</tr>
<%
End If
%>
</table></td> 展开
4个回答
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
在网页HTML代码中编辑,一般会在网页HTML源码中找到tltle标签,然后格式如下:
<title><此处写文章标题></title>
这样你的文章标题就能出现在网页标题上了。
<title><此处写文章标题></title>
这样你的文章标题就能出现在网页标题上了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<title><%= td_Title%></title>,其中<%=td_Title%>就是取当前文章的标题。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询