<!-- #include file="comm.asp" -->
<%
If Session("logined") <> True Then
Response.Redirect("Login.htm")
End If
if request("bz")=0 then
rs.open "jrxxb", Conn, 3, 2
rs.AddNew
rs("xh") = Request("xh")
rs("nd") = Request("nd")
rs("bt") = Request("bt")
rs("wjlj") = Request("wjlj")
rs("cykw") = Request("cykw")
rs("fs") = Request("fs")
rs("sjkz") = Request("sjkz")
rs("zgbm") = Request("zgbm")
rs("zgr") = Request("zgr")
rs("kdrq") = Request("kdrq")
On Error Resume Next
rs.Update
If Err.Number > 0 Then
%>
<%
Else
rs.close
Set rs = Nothing
Set Conn = Nothing
Response.Redirect("NewsList.asp")
End If
Else
%>
<HTML>
<HEAD>
<style type="text/css">
<!--
.topic { font-family: "宋体"; font-size: 11pt; vertical-align: middle; line-height:16pt;}
.small { font-family: "宋体"; font-size: 9pt; vertical-align: middle; line-height:16pt;}
input, textarea { font-family: "宋体"; font-size: 9pt; vertical-align: middle; line-height:12pt;}
a:link {color:#0F56A3;font-style:normal;cursor:hand;text-decoration:normal}
a:visited {color:#0F56A3;font-style:normal;text-decoration:normal}
a:active {color:#0F56A3;font-style:normal;text-decoration:normal}
a:hover {color:#CC0000;font-style:bold;text-decoration:none}
.STYLE1 {
font-size: x-large;
color: #FFFFFF;
}
body {
background-color: #0099FF;
}
.STYLE2 {color: #FFFFFF}
.STYLE3 {font-family: "宋体"; font-size: 11pt; vertical-align: middle; line-height: 16pt; color: #FFFFFF; }
-->
</style>
<TITLE>金融信息 新增</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312" charset="GB2312">
</HEAD>
<BODY>
<form action="addNews.asp?bz=0" method="post">
<p align="center"> </p>
<p align="center"> </p>
<table align=center border="1" cellspacing="0" cellpadding="1" bordercolorlight="#CCCCCC" bordercolordark="#FFFFFF" bgcolor="#F2FDFD" height="314" width="704">
<tr>
<td height="21" colspan=2 align="center" bgcolor="#0099FF" class=STYLE3> </td>
</tr>
<tr bgcolor="#bdf3eb" class=small>
<td width="139" height="26" align=left bgcolor="#0099FF"><span class="STYLE2">序
号</span></td>
<td width="555" height="26" bgcolor="#0099FF"><span class="STYLE2">
<input type="text" name="xh" size="10" maxlength="64" value="">
</span></td>
</tr>
<tr bgcolor="#bdf3eb" class=small>
<td height="26" align=left bgcolor="#0099FF"><span class="STYLE2">年 度</span></td>
<td height="26" bgcolor="#0099FF"><span class="STYLE2">
<input type="text" name="nd" size="10" maxlength="64" value="">
</span></td>
</tr>
<tr bgcolor="#bdf3eb" class=small>
<td height="26" align=left bgcolor="#0099FF"><span class="STYLE2">标 题 </span></td>
<td height="26" bgcolor="#0099FF"><span class="STYLE2">
<input type="text" name="bt" size="80" maxlength="64" value="">
</span></td>
</tr>
<tr bgcolor="#bdf3eb" class=small>
<td height="21" align=left bgcolor="#0099FF"><span class="STYLE2">文 件 路 径</span></td>
<td height="21" bgcolor="#0099FF"><span class="STYLE2">
<input type="text" name="wjlj" size="66" maxlength="64" value="">
</span></tr>
<tr bgcolor="#bdf3eb" class=small>
<td width="139" height="21" align=left bgcolor="#0099FF"><span class="STYLE2">采用刊物、期数</span></td>
<td width="555" height="21" bgcolor="#0099FF"><span class="STYLE2">
<input type="text" name="cykw" size="54" maxlength="64" value="">
</span></tr>
<tr bgcolor="#bdf3eb" class=small>
<td width="139" height="26" align=left bgcolor="#0099FF"><span class="STYLE2">分 数</span></td>
<td width="555" height="26" bgcolor="#0099FF"><span class="STYLE2">
<input type="text" name="fs" size="24" maxlength="64" value="">
</span></td>
</tr>
<tr bgcolor="#bdf3eb" class=small>
<td width="139" height="26" align=left bgcolor="#0099FF"><span class="STYLE2">上 级 刊 载 </span></td>
<td width="555" height="26" bgcolor="#0099FF"><span class="STYLE2">
<input type="text" name="sjkz" size="49" maxlength="64">
</span></td>
</tr>
<tr bgcolor="#bdf3eb" class=small>
<td width="139" height="26" align=left bgcolor="#0099FF"><span class="STYLE2">撰 稿 部 门 </span></td>
<td width="555" height="26" bgcolor="#0099FF"><span class="STYLE2">
</span></td>
</tr>
<tr bgcolor="#bdf3eb" class=small>
<td height="26" align=left bgcolor="#0099FF"><span class="STYLE2">撰 稿 人</span></td>
<td height="26" bgcolor="#0099FF"> <span class="STYLE2">
<input type="text" name="zgr" size="20" maxlength="64" value="">
</span></td>
</tr>
<tr bgcolor="#bdf3eb" class=small>
<td width="139" height="26" align=left bgcolor="#0099FF">
<p align="left" class="STYLE2">刊 登 日 期 </p> </td>
<td width="555" height="26" bgcolor="#0099FF"><span class="STYLE2">
<input type="text" name="kdrq" size="10" maxlength="10" value="">
格式:yyyy/mm/dd </span></td>
</tr>
<tr bgcolor="#e0dcc3">
<td height="16" colspan=2 align=center bgcolor="#0099FF">
<%=Err.Description%> </td>
</tr>
<tr bgcolor="#ffefbf">
<td height="25" colspan=2 align=center bgcolor="#0099FF">
<input type="submit" value="送出" name="send">
<input type="reset" value="重填" name="clear"> </td>
</tr>
</table>
</form>
<p align=center class=small>
</p>
</BODY>
</HTML>
<%
end if
%>
按送出时,提示错误。
请尝试执行下列操作:
单击刷新按钮,或稍后重试。
打开 127.0.0.1 主页,然后查找与所需信息相关的链接。
HTTP 错误 500.100 - 内部服务器错误 - ASP 错误
Internet 信息服务
--------------------------------------------------------------------------------
技术信息(用于支持人员)
错误类型:
Provider (0x80020005)
类型不匹配。
/addNews.asp, 第 9 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
网页:
POST 110 ??? /addNews.asp
POST Data:
xh=&nd=&bt=&wjlj=&cykw=&fs=&sjkz=&zgbm=%C8%AA%D6%DD%CA%D0%D6%D0%D0%C4%D6%A7%D0%D0&zgr=&kdrq=&send=%CB%CD%B3%F6
时间:
2006年7月16日, 15:04:43
详细信息:
Microsoft 支持