|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
<%
if Action="SaveConfig" then
call SaveConfig()
Response.Redirect "SiteConfig.asp"
else
call ShowConfig()
end if
if FoundErr=True then
call WriteErrMsg()
end if
call CloseConn()
sub ShowConfig()
%>
<form method="POST" action="SiteConfig.asp" id="form" name="form">
<p class="STYLE1" style="color: #FF0000; font-size: 18px; font-family: Arial, Helvetica, sans-serif">您现在使用的是免费版本,后台有功能限制,请联系我们购买(冠龙科技)</p>
<p class="STYLE1" style="color: #FF0000; font-size: 18px; font-family: Arial, Helvetica, sans-serif">联系电话:0573-2123665 QQ:53180986</p>
<p class="STYLE1"><span style="color: #FF0000; font-size: 18px; font-family: Arial, Helvetica, sans-serif">网址:<a href="http://www.glgk.com/">http://www.glgk.com/</a></span></p>
</form>
<SCRIPT language=JScript>StrM1('冠龙科技企业网站管理系统','<%=SiteName%>','<%=WebmasterName%>','<%=SiteTitle%>','<%=SiteUrl%>','<%=WebmasterEmail%>')</SCRIPT>
<%
If ObjInstalled=false Then
Response.Write "<tr class='tdbg'><td height='40' colspan='3'><b><font color=red>你的服务器不支持 FSO(Scripting.FileSystemObject)! 不能使用本功能。<br>请直接修改“Inc/config.asp”文件中的内容。</font></b></td></tr>"
End If
%>
<%
end sub
%> |
|