攀枝花智慧城市:已完毕,但网页上有错误

来源:百度文库 编辑:高考问答 时间:2024/04/29 03:47:06
我在上传新闻的时间,用的WebEditor,但是打开添加新闻的页面时,状态栏出现“已完毕,但网页上有错误”的信息,以前没出现过这种问题,谁能告诉我是怎么回事?谢谢了.代码如下:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=titname%></title>
</head>
<script language="JavaScript">
function check()
{
if (document.form1.title.value=="")
{
alert("请输入文章标题!");
return false;
}
}
</script>
<body><form name="form1" action="addnews1.asp" method="post">
<table width="630" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#AFCAE4" class="tb2">
<tr align="center" valign="middle" bgcolor="#B374C7">
<td height="28" colspan="2" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="tb3">
<tr>
<td align="center" valign="middle" class="fnt3">最新消息</td>
</tr>
</table> </td>
</tr>
<tr bgcolor="#D3E5F9">
<td width="78" height="25" align="right" class="fnt">标题:</td>
<td width="532" height="25" class="fnt8">
<input type="text" name="title" size="30" height="20" class="text">
*</td>
</tr>
<tr bgcolor="#D3E5F9" class="fnt">
<td height="25" align="right">类别:</td>
<td height="25"><input type="radio" value="业内新闻" name="nclass" checked>业内新闻
<input type="radio" value="公司新闻" name="nclass">公司新闻</td>
</tr>
<tr bgcolor="#D3E5F9" class="fnt">
<td height="25" align="right" class="fnt">作者:</td>
<td width="532" height="25">
<input type="text" name="writer" size="30" height="20" class="text"></td>
</tr>
<tr bgcolor="#D3E5F9">
<td height="25" align="right" class="fnt">来源:</td>
<td width="532" height="25">
<input type="text" name="come1" size="30" height="20" class="text"></td>
</tr>
<tr bgcolor="#D3E5F9">
<td height="25" align="right" class="fnt">显示:</td>
<td height="25" class="fnt"><input name="flag" type="radio" value="-1" checked>

<input name="flag" type="radio" value="0">
否 是否在首页显示</td>
</tr>
<tr bgcolor="#D3E5F9">
<td height="25" align="right" valign="top" class="fnt">内容:</td>
<td width="532" height="25">
<textarea name="content" style="display:none" cols="0" class="text"></textarea>
<IFRAME ID="eWebEditor1" SRC="WebEditor/ewebeditor.asp?id=content&style=s_blue" FRAMEBORDER="0" SCROLLING="no" WIDTH="550" HEIGHT="350"></IFRAME></td>
</tr>
<tr align="center" valign="middle" bgcolor="#D3E5F9">
<td height="25" colspan="2">
<input type="submit" name="submit1" value="添加"class="submit">
 
<input type="reset" name="reset1" value="重置" class="submit"> </td>
</tr>
</table>
</form>
</body>
</html>

不用怕。
这样的网页满街都能看到!
这都是软件商不给钱微软~O~

请给出错误代码和行。太多了谁想一行一行的去分析啊。