asp中如何获取textarea的值
<textareaname="content"style="width:437px;height:56px"></textarea>asp中Request.Form("c...
<textarea name="content" style="width: 437px; height: 56px"> </textarea>
asp中Request.Form("content")=""得不到
dim a
a=Request.Form("content")
if Trim(Request.Form("uname")="") then
Response.Write("<script language=javascript>"&"alert('请填写您的昵称!');" & "history.back()" &"</script>" )
elseif Trim(Request.Form("gender")="") then
Response.Write("<script language=javascript>"&"alert('您不是这两个性别吗!');" & "history.back()" &"</script>")
elseif Trim(a="") then
Response.Write("<script language=javascript>"&"alert('请输入您的留言内容!');" & "history.back()" &"</script>") 展开
asp中Request.Form("content")=""得不到
dim a
a=Request.Form("content")
if Trim(Request.Form("uname")="") then
Response.Write("<script language=javascript>"&"alert('请填写您的昵称!');" & "history.back()" &"</script>" )
elseif Trim(Request.Form("gender")="") then
Response.Write("<script language=javascript>"&"alert('您不是这两个性别吗!');" & "history.back()" &"</script>")
elseif Trim(a="") then
Response.Write("<script language=javascript>"&"alert('请输入您的留言内容!');" & "history.back()" &"</script>") 展开
4个回答
展开全部
<form action=.........>
<textarea name="content" style="width: 437px; height: 56px">Test</textarea>
</form>
<%
dim a
a=Request.Form("content")
Response.write(a)
%>
显示出来的是Test
测试证明可以的,你看看你的文本框有没放到表单中来提交
<textarea name="content" style="width: 437px; height: 56px">Test</textarea>
</form>
<%
dim a
a=Request.Form("content")
Response.write(a)
%>
显示出来的是Test
测试证明可以的,你看看你的文本框有没放到表单中来提交
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以肯定的告诉你,textarea获取值的方式和input输入框是一样的,你没有获取到值,肯定是其他地方的问题。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
将
Trim(a="")
改成
Trim(a)=""
Trim(a="")
改成
Trim(a)=""
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
空的没看到
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询