ASP 网站标题在怎么修改?? 以下是下载下来的网站 Index.asp 文件,不知道要怎么修改 10
<%@LANGUAGE="VBSCRIPT"CODEPAGE="65001"%><%currurl00=Request.ServerVariables("QUERY_ST...
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%currurl00=Request.ServerVariables("QUERY_STRING")
CurrURLarr=split(currurl00&"-","-")'have add a '-',so it is ubound(CurrURLarr)-1 bellow
CurrURL=split(CurrURLarr(ubound(CurrURLarr)-1)&".",".")(0)
if isnumeric(CurrURL) then
temp_companyid=CurrURL
elseif CurrURL<>"" then
CurrURLarr=split(CurrURL&"_","_")
if CurrURLarr(0)<>"" and isnumeric(CurrURLarr(0)) then
temp_companyid=(CurrURLarr(0))
else
temp_companyid=""
temp_newsjj=replace(unescape(replace(CurrURLarr(0),"+","%")),"'","''")
end if
request_page=replace(CurrURLarr(1),"p","")
if not isnumeric(request_page) then response.Redirect "/no_page.html"
end if
'response.Write "<br>products.asp?id="&request_id&"&hw_id="&request_hw_id&"&page="&request_page
nowpage="company"&temp_companyid&".asp"
%>
<!--#include file="../company.asp"--> 展开
<%currurl00=Request.ServerVariables("QUERY_STRING")
CurrURLarr=split(currurl00&"-","-")'have add a '-',so it is ubound(CurrURLarr)-1 bellow
CurrURL=split(CurrURLarr(ubound(CurrURLarr)-1)&".",".")(0)
if isnumeric(CurrURL) then
temp_companyid=CurrURL
elseif CurrURL<>"" then
CurrURLarr=split(CurrURL&"_","_")
if CurrURLarr(0)<>"" and isnumeric(CurrURLarr(0)) then
temp_companyid=(CurrURLarr(0))
else
temp_companyid=""
temp_newsjj=replace(unescape(replace(CurrURLarr(0),"+","%")),"'","''")
end if
request_page=replace(CurrURLarr(1),"p","")
if not isnumeric(request_page) then response.Redirect "/no_page.html"
end if
'response.Write "<br>products.asp?id="&request_id&"&hw_id="&request_hw_id&"&page="&request_page
nowpage="company"&temp_companyid&".asp"
%>
<!--#include file="../company.asp"--> 展开
3个回答
展开全部
别找了,你这样找还有粘出很多代码
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
直接在这句下面加上<title>你的标题</title>
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
直接在这句下面加上<title>你的标题</title>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
标题 在网站的头部文件里找,看看有没有类似header.asp 的文件 你打开看看
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
company.asp
更多追问追答
追问
"" then
set rshw=server.CreateObject("adodb.recordset")
if not rshw.eof or not rshw.bof then
response.Write ""&rshw("title")&""&rshw("nr")
追答
还没贴完吧,,最后这句貌似是输出了数据库里的一个字段 ,你看一下数据库。应该在那里该。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询