asp网站如何在首页添加友情链接的代码
asp网站如何在首页添加友情链接的代码,代码如何写,以下是首页的代码?知道的帮我写进去,首面代码如下:<!--#includefile="inc/AspCms_MainC...
asp网站如何在首页添加友情链接的代码,代码如何写,以下是首页的代码?知道的帮我写进去,首面代码如下:
<!--#include file="inc/AspCms_MainClass.asp" -->
<%
if runMode="0" then
dim templateobj,templatePath : set templateobj = mainClassobj.createObject("MainClass.template")
templatePath="/"&sitePath&"templates/"&defaultTemplate&"/"&htmlFilePath&"/index.html"
if not CheckTemplateFile("index.html") then echo "index.html"&"模板文件不存在!"
with templateObj
.content=loadFile(templatePath)
.parseHtml()
.parseCommon
echo .content
end with
set templateobj =nothing : terminateAllObjects
else
response.Redirect("/"&sitePath&"index"&FileExt)
end if
%> 展开
<!--#include file="inc/AspCms_MainClass.asp" -->
<%
if runMode="0" then
dim templateobj,templatePath : set templateobj = mainClassobj.createObject("MainClass.template")
templatePath="/"&sitePath&"templates/"&defaultTemplate&"/"&htmlFilePath&"/index.html"
if not CheckTemplateFile("index.html") then echo "index.html"&"模板文件不存在!"
with templateObj
.content=loadFile(templatePath)
.parseHtml()
.parseCommon
echo .content
end with
set templateobj =nothing : terminateAllObjects
else
response.Redirect("/"&sitePath&"index"&FileExt)
end if
%> 展开
3个回答
展开全部
后台有没有友情链接?
有的话,找到相关引用代码,整合到首页模板文件中
无的话,创建新表和后台管理再整合到首页模板文件中
有的话,找到相关引用代码,整合到首页模板文件中
无的话,创建新表和后台管理再整合到首页模板文件中
追问
后台没有呀,你说得太深了,能把我贴出来的首页代码改下可用的吗
追答
首页也不能无中生有
只有数据库里有内容才能引用
你要做的是新增友情链接功能后再考虑首页引用
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
直接写到index.html模板中就行!目录是"/"&sitePath&"templates/"&defaultTemplate&"/"&htmlFilePath&"/index.html"
追问
模板是哪个文件代码?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个要写在模板中
追问
模板是哪个文件代码?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询