asp做的网页标题与内容标题如何一致
如http://www.jkw.sh.cn/ProductShow.asp?ID=5565,网页标题是:上海健康网-健康视频欣赏,应该显示的是:妇女健康>>月子健康>>坐...
如http://www.jkw.sh.cn/ProductShow.asp?ID=5565,网页标题是:上海健康网-健康视频欣赏,应该显示的是:妇女健康 >> 月子健康 >> 坐月子应注意什么。请问高手,如何才能达到这个效果?部分代码:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD>
<TITLE><%=SiteTitle%>--健康视频欣赏</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=Content-Language content=zh-cn>
<META http-equiv=imagetoolbar content=no><LINK
href="imgbyy/css_public.css" type=text/css rel=stylesheet><LINK
href="imgbyy/css_index.css" type=text/css rel=stylesheet>
<%
response.write " <a href='Product.asp?BigClassName=" & rspp("BigClassName") & "'>" & rspp("BigClassName") & "</a> >> "
if rspp("SmallClassName") & ""<>"" then
【妇女健康 >> 月子健康 >> 坐月子应注意什么】代码: response.write "<a href='Product.asp?BigClassName=" & rspp("BigClassName")&"&SmallClassName=" & rspp("SmallClassName") & "'>" & rspp("SmallClassName") & "</a> >> "
end if
response.write rspp("Title")
%> 展开
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD>
<TITLE><%=SiteTitle%>--健康视频欣赏</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=Content-Language content=zh-cn>
<META http-equiv=imagetoolbar content=no><LINK
href="imgbyy/css_public.css" type=text/css rel=stylesheet><LINK
href="imgbyy/css_index.css" type=text/css rel=stylesheet>
<%
response.write " <a href='Product.asp?BigClassName=" & rspp("BigClassName") & "'>" & rspp("BigClassName") & "</a> >> "
if rspp("SmallClassName") & ""<>"" then
【妇女健康 >> 月子健康 >> 坐月子应注意什么】代码: response.write "<a href='Product.asp?BigClassName=" & rspp("BigClassName")&"&SmallClassName=" & rspp("SmallClassName") & "'>" & rspp("SmallClassName") & "</a> >> "
end if
response.write rspp("Title")
%> 展开
1个回答
展开全部
:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD>
<TITLE><% response.write rspp("Title") %>--健康视频欣赏</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=Content-Language content=zh-cn>
<META http-equiv=imagetoolbar content=no><LINK
href="imgbyy/css_public.css" type=text/css rel=stylesheet><LINK
href="imgbyy/css_index.css" type=text/css rel=stylesheet>
<%
response.write " <a href='Product.asp?BigClassName=" & rspp("BigClassName") & "'>" & rspp("BigClassName") & "</a> >> "
if rspp("SmallClassName") & ""<>"" then
【妇女健康 >> 月子健康 >> 坐月子应注意什么】代码: response.write "<a href='Product.asp?BigClassName=" & rspp("BigClassName")&"&SmallClassName=" & rspp("SmallClassName") & "'>" & rspp("SmallClassName") & "</a> >> "
end if
response.write rspp("Title")
%>
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD>
<TITLE><% response.write rspp("Title") %>--健康视频欣赏</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=Content-Language content=zh-cn>
<META http-equiv=imagetoolbar content=no><LINK
href="imgbyy/css_public.css" type=text/css rel=stylesheet><LINK
href="imgbyy/css_index.css" type=text/css rel=stylesheet>
<%
response.write " <a href='Product.asp?BigClassName=" & rspp("BigClassName") & "'>" & rspp("BigClassName") & "</a> >> "
if rspp("SmallClassName") & ""<>"" then
【妇女健康 >> 月子健康 >> 坐月子应注意什么】代码: response.write "<a href='Product.asp?BigClassName=" & rspp("BigClassName")&"&SmallClassName=" & rspp("SmallClassName") & "'>" & rspp("SmallClassName") & "</a> >> "
end if
response.write rspp("Title")
%>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询