form表单提交问题

表单代码:<formmethod="post"id="myform"action="a.asp"><divclass="c"><divclass="p_c"><input... 表单代码:
<form method="post" id="myform" action="a.asp">
<div class="c">
<div class="p_c">
<input type="hidden" id="quote" value="这是要添加的内容">
<input type="hidden" id="quotemsg" value="这个也要添加!">
<div class="pbt cl">
<span id="subjecthide" class="z">表单</span>
<textarea name="content" id="content" style="display:none;width:505px;height:200px;margin:0;padding:0;"></textarea>
<iframe id="Editor1" name="Editor1" src="/Editor/ubb/simple.html?id=content" frameborder="0" marginheight="0" marginwidth="0" scrolling="No" style="height:215px;width:505px"></iframe>
</div>
</div>
<div class="o pns">
<button type="submit" id="submitbtn" class="pn pnc z" value="true" name="replysubmit" tabindex="23" onclick="checkform1()"><span>提交</span></button>
</div>
<script type="text/javascript">
function insertHTMLToEditor1(codeStr){
Editor1.insertText(Editor1.bbcode2html(codeStr));
}
function checkform1()
{ var content=Editor1.getEditorContentByUbb();
if (content==""){
alert("请填写内容");
return false;
}
var toend=1
var showsign=$("#showsign").attr("checked")==true?1:0;
var showip=$("#showip").attr("checked")==true?1:0;
$("#submitbtn").attr({"value":" 正在提交,请稍候... ","disabled":true});
$.post("a.asp",{content:escape(content),topicid:'247'/*父ID*/,boardid:'15'/*栏目ID*/,posttable:'abc'/*要提交的数据库表名*/,subject:escape('栏目名称'),showsign:showsign,showip:showip,istop:0},function(d){
$("#submitbtn").attr("value"," 提交");
$("#submitbtn").attr("disabled",false);
var rstr=unescape(d)
if (rstr.substring(0,6)!='error|'){
if (parseInt(toend)==1){
location.href=d;
}else if (rstr.substring(0,7)=='gohome|'){
location.href=rstr.split('|')[1];
}else{
Editor1.writeEditorContents('');
var result=rstr.split('@@@@@');
$("#ShowTopicByAjax").append(result[1]);
popShowMessage('/',result[0]);
}
}else{alert(rstr.split('|')[1]);}
});
return false;
}
</script>
</form>
要实现的效果:
将input 的值添加到数据库content字段中
比如我在textarea 中输入:这是内容
提交后在数据库中是:
“这是要添加的内容< br />这个也要添加< br />这是内容”
展开
 我来答
落月Prc
2012-07-21 · TA获得超过2789个赞
知道大有可为答主
回答量:2011
采纳率:100%
帮助的人:2429万
展开全部
增加一个<input type=hidden name=dbcontent /差信>
在post之前,把你要的内容赋值给唤猜这个input,然后在post不就行虚链轮了~~
liangzaiNBA
2012-07-21 · 超过21用户采纳过TA的回答
知道答主
回答量:219
采纳率:0%
帮助的人:72万
展开全部
111
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2012-07-21
展开全部
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式