帮我解决下这个网页源代码问题

来源:百度知道 编辑:UC知道 时间:2024/05/25 00:17:56
<!-- #include file="include/skin.asp" -->
<!-- #include file="include/jk_ubb.asp" -->
<!-- #include file="include/class_com.asp" -->
<%
dim voteid
voteid=1
tit="首页"
call web_head(0,0,0,0,0)
%><table width="912" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td width="208" valign="top"><%call left_notice()%></td><td width="6" background="skin/aouoo_skin/index/body_line.gif"><img src="skin/aouoo_skin/index/body_line.gif" width="6" height="30" /></td><td valign="top"><table width="698" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#990000"><tr><td height="29" background="skin/aouoo

<!-- #include file="include/skin.asp" -->

应该调用的是这个,这个是页头文件,你在源代码中,编辑skin.asp这个文件,把他修改后保存应该就可以了
一般的网站首页的栏目的引用页一般是top.asp,你这个有点怪。
如果上面的这个不是,那就一定是include/jk_ubb.asp这个了,肯定是要调用的,剩下的那个是连接,就这两个文件,你编辑一下,哪个有就修改哪个好了