留言表单
1 | <form onsubmit= "return submsg(this);" > |
2 |
联系人<input type = "text" name= "contacts" required id = "contacts" > |
3 |
手 机<input type = "text" name= "mobile" required id = "mobile" > |
4 |
内 容<textarea name= "content" id = "content" ></textarea> |
5 |
验证码<input type = "text" name= "checkcode" required id = "checkcode" > |
6 |
<img title= "点击刷新" src= "{pboot:checkcode}" onclick= "this.src='{pboot:checkcode}?'+Math.round(Math.random()*10);" /> |
7 |
<button type = "submit" >提交留言</button> |
|
Ajax提交02 | //ajax提交留言,由于涉及到提交地址标签的解析,JS需要放在html文件中 |
04 |
var url= '{pboot:msgaction}' ; //如果是自定义表单则使用地址{pboot:form fcode=*} |
05 |
var contacts=$(obj). find ( "#contacts" ).val(); |
06 |
var mobile=$(obj). find ( "#mobile" ).val(); |
07 |
var content=$(obj). find ( "#content" ).val(); |
08 |
var checkcode=$(obj). find ( "#checkcode" ).val(); |
20 |
success: function (response, status) { |
22 |
alert( "谢谢您的反馈,我们会尽快联系您!" ); |
28 |
error: function (xhr,status,error){ |
|
郑重声明:
本站所有内容均由互联网收集整理、网友上传,并且以计算机技术研究交流为目的,仅供大家参考、学习,不存在任何商业目的与商业用途。
若您需要商业运营或用于其他商业活动,请您购买正版授权并合法使用。
我们不承担任何技术及版权问题,且不对任何资源负法律责任。
如无法下载,联系站长索要。
如有侵犯您的版权,请给我们来信:admin@cniao8.com,我们尽快处理。