日期:2014-05-16  浏览次数:20330 次

ajax post提交
姓名:<input type="text" id="CommentUser" name="CommentUser" />
时间:<input type="text" id="CommentTime" name="CommentTime" />
文章标题:<input type="text" id="CommentTitle" name="CommentTitle" />
文章内容:<input type="text" id="CommentNote" name="CommentNote" />

$.ajax({
url:"Comment.asp", 
type:'Post',
success:function(){

GetComment($CommentParentID,0);
alert(arguments[0]);
}
});

想用ajax post提交,为什么提交不上?

------解决方案--------------------
怎么判断的提交不上?
------解决方案--------------------
查看返回错误信息