我很想把动易网站后台输入的页面运用到自己的网站中,但我在admin_article.asp里面没找到相关的原代码,admin_article.asp代码如下:
Const PurviewLevel_Others=""
Application("PurviewLevel")=PurviewLevel
Application("PurviewLevel_Channel")=PurviewLevel_Channel
Application("PurviewLevel_Others")=PurviewLevel_Others
%>
<!--#include file="../conn.asp"-->
<!--#include file="../conn_user.asp"-->
<%
call main()
call CloseConn()
call CloseConn_User()
sub main()
on error resume next
dim PE_Admin_Article
set PE_Admin_Article=Server.CreateObject("PowerEasy.Admin_Article")
if err then
err.clear
response.write "对不起,你的服务器没有安装动易组件(PowerEasy.dll),所以不能使用动易系统。请和你的空间商联系以安装动易组件。"
exit sub
end if
PE_Admin_Article.Execute()
set PE_Admin_Article=nothing
end sub
请教版主能指点我找到相关代码的关键点在那里吗
图片如下: