asp中如何使网页标题自动调用文章标题
刚入门弄了个站。想让title标签自动调用当前内容标题。不知道怎么操作。www.dqjbsj.com二级标题三级内容页标题需要调用。全站调用head.asp。请教怎么操作...
刚入门弄了个站。想让title标签自动调用当前内容标题。不知道怎么操作。
www.dqjbsj.com二级标题 三级内容页标题需要调用。全站调用head.asp 。请教怎么操作。
<title><%=rswz("title")%>香三卷</title>
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/config.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="keywords" content="淮北市香三卷饮食技术管理咨询有限公司 香三卷品牌加盟 技术型加盟企业 十多年餐饮经验 期待您的加盟!">
<meta name="keywords" content="淮北市香三卷饮食技术管理咨询有限公司 香三卷品牌加盟 技术型加盟企业 十多年餐饮经验 期待您的加盟!" />
<meta name="description" content="淮北市香三卷饮食技术管理咨询有限公司 香三卷品牌加盟 技术型加盟企业 十多年餐饮经验 期待您的加盟!" />
<title><%=rswz("title")%>香三卷</title>
</head> 展开
www.dqjbsj.com二级标题 三级内容页标题需要调用。全站调用head.asp 。请教怎么操作。
<title><%=rswz("title")%>香三卷</title>
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/config.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="keywords" content="淮北市香三卷饮食技术管理咨询有限公司 香三卷品牌加盟 技术型加盟企业 十多年餐饮经验 期待您的加盟!">
<meta name="keywords" content="淮北市香三卷饮食技术管理咨询有限公司 香三卷品牌加盟 技术型加盟企业 十多年餐饮经验 期待您的加盟!" />
<meta name="description" content="淮北市香三卷饮食技术管理咨询有限公司 香三卷品牌加盟 技术型加盟企业 十多年餐饮经验 期待您的加盟!" />
<title><%=rswz("title")%>香三卷</title>
</head> 展开
展开全部
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/config.asp"-->
'这里是例举调用数据库TITLE代码
<%
sql="select top 12 * from 数据库表"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
%>
'这里是例举调用数据库TITLE代码
<title><%=rswz("title")%>香三卷</title>
<!--#include file="inc/config.asp"-->
'这里是例举调用数据库TITLE代码
<%
sql="select top 12 * from 数据库表"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
%>
'这里是例举调用数据库TITLE代码
<title><%=rswz("title")%>香三卷</title>
展开全部
在包含head.asp前就应该先把title从数据库调出来!这样就可以
不建议你把所有信息都用一个head来包含,不利于优化
不建议你把所有信息都用一个head来包含,不利于优化
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
最好还是把head.asp分离出来!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询