无法获取栏目列表
在使用添加web发布配置的时候,无法获取栏目列表,错误如图:,请问是哪块出了问题?左边代码如下:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>生成HTML</title>
<link href="css_body.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" media="all" href="../include/calendar/calendar-win2k-1.css" title="win2k-1" />
<script type="text/javascript" src="../include/calendar/calendar.js"></script>
<script type="text/javascript" src="../include/calendar/calendar-cn.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body>
<div class="bodytitle">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">HTML更新</div>
</div>
<table width="96%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#E2F5BC;">
<form name="form1" action="makehtml_list_action.php" method="get" target='stafrm'>
<tr>
<td height="20" colspan="2" bgcolor="#EDF9D5"> <table width="98%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" height="18"><strong> 更新栏目HTML:</strong></td>
<td width="70%" align="right"><a href="catalog_main.php"><u>栏目管理</u></a>
</td>
</tr>
</table></td>
</tr>
<tr>
<td width="108" valign="top" bgcolor="#FFFFFF"><strong> </strong>选择栏目:</td>
<td valign="top" bgcolor="#FFFFFF">
<strong> </strong>
<input type="hidden" name="typeid" value="0">
<input type="button" name="selbt1" value="请选择..." style="height:21px;width:150px;border:0px;background-image:url(img/ctbg.gif);padding-top:2px; background-color: transparent" onClick="SelectCatalog('form1','typeid','selbt1',0,'','1');">
</td>
</tr>
<tr>
<td height="20" valign="top" bgcolor="#FFFFFF"><strong> </strong>更新选项:</td>
<td height="20" valign="top" bgcolor="#FFFFFF"> <strong> </strong>
<input name="uptype" type="radio"value="all" checked>
归档所有文档
<input name="uptype" type="radio"value="1">
仅归档指定日期之后的文档</td>
</tr>
<tr>
<td height="35" valign="middle" bgcolor="#FFFFFF"><strong> </strong>指定日期:</td>
<td height="20" valign="middle" bgcolor="#FFFFFF">
<strong> </strong>
<input name="starttime" value="2010-09-09 15:52:51" type="text" id="pubdate" style="width:220px">
</td>
</tr>
<tr>
<td height="20" valign="top" bgcolor="#FFFFFF"><strong> </strong>每次最大创建页数:</td>
<td height="20" valign="top" bgcolor="#FFFFFF"><strong> </strong>
<input name="maxpagesize" type="text" id="maxpagesize" value="15" size="10">
个文件 </td>
</tr>
<tr>
<td height="20" valign="top" bgcolor="#FFFFFF"><strong> </strong>是否更新子栏目:</td>
<td height="20" valign="top" bgcolor="#FFFFFF">
<strong> </strong>
<input name="upnext" type="radio"value="1" checked>
更新子级栏目
<input type="radio" name="upnext"value="0">
仅更新所选栏目 </td>
</tr>
<tr>
<td height="35" colspan="2" bgcolor="#F8FBFB" align="center">
<input name="b112" type="button" value="开始生成HTML" onClick="document.form1.submit();" class="inputbut"/>
</td>
</tr>
</form>
<tr bgcolor="#E5F9FF">
<td height="20" colspan="2" bgcolor="#EDF9D5"> <table width="100%">
<tr>
<td width="74%">进行状态: </td>
<td width="26%" align="right"> <script language='javascript'>
function ResizeDiv(obj,ty)
{
if(ty=="+") document.all.style.pixelHeight += 50;
else if(document.all.style.pixelHeight>80) document.all.style.pixelHeight = document.all.style.pixelHeight - 50;
}
</script>
[<a href='#' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='#' onClick="ResizeDiv('mdv','-');">缩小</a>]
</td>
</tr>
</table></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2" id="mtd"> <div id='mdv' style='width:100%;height:100;'>
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
<script language="JavaScript">
document.all.mdv.style.pixelHeight = screen.height - 360;
</script> </td>
</tr>
</table>
</body>
</html>
页:
[1]