这就是使用KESION的悲哀之处。他的后台管理是加上了检测的。 检查是否存在升级文件。要是KESION的数据库出了问题,所有使用他的网站后台都无法使用。从昨天开始就是这样了......................................
<script src="../ks_inc/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
<%If SafetyTips="1" and TipStr<>"" Then%>
new parent.KesionPopup().popupTips('<span style="font-weight:bold;font-size:16px"><img align="absmiddle" src="images/ico/back.gif">安全提醒</span>','<div style="font-size:12px;height:140px;"><br/><%=TipStr%></div>',510,300);
<%End If%>
$.get('index.asp',{action:'ver'},function(d){$('#versioninfo').html(d);});
<%if request.ServerVariables("SERVER_NAME")<>"localhost" and request.ServerVariables("SERVER_NAME")<>"127.0.0.1" then%>
$.get('index.asp',{timestamp:new Date().getTime(),action:'copyright'},function(d){$('#currversion').html(unescape(d))});
<%End If%>
//检查是否存在升级文件<script src="../ks_inc/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
<%If SafetyTips="1" and TipStr<>"" Then%>
new parent.KesionPopup().popupTips('<span style="font-weight:bold;font-size:16px"><img align="absmiddle" src="images/ico/back.gif">安全提醒</span>','<div style="font-size:12px;height:140px;"><br/><%=TipStr%></div>',510,300);
<%End If%>
$.get('index.asp',{action:'ver'},function(d){$('#versioninfo').html(d);});
<%if request.ServerVariables("SERVER_NAME")<>"localhost" and request.ServerVariables("SERVER_NAME")<>"127.0.0.1" then%>
$.get('index.asp',{timestamp:new Date().getTime(),action:'copyright'},function(d){$('#currversion').html(unescape(d))});
<%End If%>
//检查是否存在升级文件