|
以下是出现问题后返回的信息。
大家分析一下,这个最大可能是在哪里出错呢?
<!--STATUS OK-->
<html><head><meta http-equiv=content-type content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="/space.css">
<style type="text/css">
body{margin:4px 10px 0 10px;background-color:#FFFFFF}
form{margin:0}
td{color:#333333}
td,div{font-size:12px;line-height:18px}
a:link{color:#0033CC}
a:visited{color:#800080}
.c{color:#7777CC}a.c{color:#7777CC}a.c:visited{color:#7777CC}
.f14{font-size:14px}
</style></head>
<body>
<center>
<div id="iframeBox" style="display:none;"></div>
<div id="main" align="left">
<script language="JavaScript">
<!--
// document.domain="baidu.com";
function WAC(url)
{
var echoback=!!"";
if(echoback){
try{ //
top.location.href=url; //self open
}catch(e){}
}else{
window.open(url);
parent.g_close_pop();
}
}
function writestr(str)
{
document.getElementById("strid").innerHTML=str;
}
function to(url){
top.location.href=url;
}
function gotourl(url){
setTimeout("to('"+url+"')",1000);
}
function gotourl_suc(url){
setTimeout("to('"+url+"')",600);
}
function tooo(url){
window.location.href=url;
}
function gotourloo(url){
setTimeout("tooo('"+url+"')",1000);
}
function setTop()
{
document.getElementById("submitinfo").style.marginTop="8px";
}
function setMid(px)
{
document.getElementById("submitinfo").style.marginTop=px;
document.getElementById("submitinfo").style.marginLeft=px;
}
function codeReturn()
{
try{
parent.document.getElementById("spVerifyKey").focus();
parent.g_close_pop();
}catch(e)
{
history.go(-1);
}
}
function erReturn(url)
{
var refurl=url;
if(url!="")
{
var host1=refurl.substring(0,refurl.indexOf("/",7));
var url = host1+"/st/jump_blogedit_return.html";
window.location=url;
}
}
var errdetails="";
//-->
</script>
<div style="margin-top:20px;line-height:24px" class="f14" id="submitinfo">
<div id="strid" class="f14"></div>
<div id="errdetail" class="f14">
</div>
</div>
<!--
以下部分是动态提交内容
//-->
<!-- 2.文章修改 -->
<script language="javascript">
<!--
writestr("文章修改失败!");
//-->
</script>
</div>
</body>
</html>
发布后返回的代码信息就是这样/ |
|