asp中表单提交问题!
asp写好的页面,本地测试正常,上传服务器上,表单提交给处理的asp,但是在这个asp中无法获取form中的信息!ifRequest.ServerVariables("R...
asp写好的页面,本地测试正常,上传服务器上,表单提交给处理的asp,但是在这个asp中无法获取form中的信息!
if Request.ServerVariables("REQUEST_METHOD")="POST" then
Rname=Request.Form("Name")
Rremark=Request.Form("newsInfo")
action=Request.Form("act")
'==========添and加
if action="add" then
sql="select * from news where id is null"
rs.open sql,Conn,1,3
Rs.addnew
Save_Product
Rs.update
Rs.close
response.write "<br><br><br>新闻添加成功![ <a href='addNews.asp?curpage=1'>我想继续发布新闻</a> ]</a><br><br><br>"
else
response.write("内容"&add&Rname&Rremark&"内容<br/>")
response.write("请通过添加新闻中添加!")
end if
end if
Sub Save_Product
Rs("Name")=Rname
Rs("newsInfo")=Rremark
End Sub
部分代码
<td width="13%">新闻标题:</td>
<td width="87%"><textarea name="Name" cols="81" id="Name" value="" style="overflow:hidden"></textarea></td>
</tr>
<tr>
<td width="13%">备注:</td>
<td>
<textarea id="newsInfo" name="newsInfo" cols="100" rows="8" style="width:700px;height:400px;visibility:hidden;"></textarea>
</td 展开
if Request.ServerVariables("REQUEST_METHOD")="POST" then
Rname=Request.Form("Name")
Rremark=Request.Form("newsInfo")
action=Request.Form("act")
'==========添and加
if action="add" then
sql="select * from news where id is null"
rs.open sql,Conn,1,3
Rs.addnew
Save_Product
Rs.update
Rs.close
response.write "<br><br><br>新闻添加成功![ <a href='addNews.asp?curpage=1'>我想继续发布新闻</a> ]</a><br><br><br>"
else
response.write("内容"&add&Rname&Rremark&"内容<br/>")
response.write("请通过添加新闻中添加!")
end if
end if
Sub Save_Product
Rs("Name")=Rname
Rs("newsInfo")=Rremark
End Sub
部分代码
<td width="13%">新闻标题:</td>
<td width="87%"><textarea name="Name" cols="81" id="Name" value="" style="overflow:hidden"></textarea></td>
</tr>
<tr>
<td width="13%">备注:</td>
<td>
<textarea id="newsInfo" name="newsInfo" cols="100" rows="8" style="width:700px;height:400px;visibility:hidden;"></textarea>
</td 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询