| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 3074 人关注过本帖
标题:如何修改ASP网页中的标题栏
取消只看楼主 加入收藏
my9903
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2006-3-26
收藏
 问题点数:0 回复次数:1 
如何修改ASP网页中的标题栏
求教大虾,我要修改一个ASP主页的标题栏,请问要如何才能找到对应的.ASP文件进行修改啊?在线等哦
搜索更多相关主题的帖子: 标题栏 网页 ASP 大虾 主页 
2006-03-26 11:25
my9903
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2006-3-26
收藏
得分:0 

打开后就是这样的

<!--#include file="config.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="format.asp"-->
<!--#include file="error.asp"-->
<!--#include file="lib/incjs.asp"-->
<!--#include file="lib/inctop.asp"-->
<!--#include file="lib/nav.asp"-->
<!--#include file="lib/index_news.asp"-->
<!--#include file="lib/index_diary.asp"-->
<!--#include file="lib/index_article.asp"-->
<!--#include file="lib/index_soft.asp"-->
<!--#include file="lib/index_body.asp"-->
<!--#include file="lib/incfooter.asp"-->
<!--#include file="lib/zoom.asp"-->
<%
stats="首页"
dim founderr,errmsg
founderr=false
errmsg=""

if request("page")<>"" then
if not isInteger(request("page")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的日记id参数。"
end if
end if

if founderr then
call diserror()
response.end
else
openadmin
sql="select articlecount,softcount,coolsitescount,friendlinkcount,newscount,diarycount,gbcount from allcount"
set rs=conn.execute(sql)
articlecount=rs("articlecount")
softcount=rs("softcount")
coolsitescount=rs("coolsitescount")
friendlinkcount=rs("friendlinkcount")
newscount=rs("newscount")
diarycount=rs("diarycount")
gbcount=rs("gbcount")
rs.close
set rs=nothing

vcount
call top()
call index_nav()
call index_body()
call endpage()
end if
%>
找不到<title>首页</title>

2006-03-26 12:09
快速回复:如何修改ASP网页中的标题栏
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016276 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved