phpcms 留言版

 

<script language='javascript' src='{APP_PATH}index.php?m=formguide&c=index&a=show&formid=21&action=js&siteid=1'></script>

 

 <form method="post" action="{APP_PATH}index.php?m=formguide&c=index&a=show&formid=21&action=js&siteid=1"  name="myform" id="myform">
        <table width="725" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:100px;">
          <tbody><tr>
            <td width="150" height="30" align="center">标  题:</td>
            <td width="562" height="30"><input type="text" name='info[title]' id="title" class="lyb_text"></td>
          </tr>
          <tr>
            <td width="150" height="30" align="center">姓  名:</td>
            <td height="30"><input type="text" name='info[name]' id="names" class="lyb_text"></td>
          </tr>
          <tr>
            <td width="150" height="30" align="center">联系方式:</td>
            <td height="30" style="font-size: 12px;"><input type="text" name='info[connect]' id="connect" class="lyb_text">
               (QQ,电话,坐机,可添写任意一种方式)</td>
          </tr>
          <tr>
            <td width="150" align="center" valign="top" style="padding-top:15px;">留言内容:</td>
            <td height="330"><label for="textfield4"></label>
            <textarea name='info[content]' class="lyb_text2" id="content"></textarea></td>
          </tr>

          <tr>

      <input type="hidden" name='dosubmit' value='1'>
            <td height="30" align="center" valign="top" style="padding-top:15px;">&nbsp;</td>
            <td height="30" align="left"><button id="dosubmit"  class="dosubmit" name="dosubmit"><a href="javascript:void(0)" ><img src="/statics/china/images/lyb_btn.jpg"></a></button></td>
          </tr>
        </tbody></table>

      </form>
<script>

  $('#dosubmit').click(function(){
 
    $.ajax({
        type:'POST',
        url:"{APP_PATH}index.php?m=formguide&c=index&a=show&formid=12&action=js&siteid=1",
        data:$('form').serialize(),
        success:function(data){
            
            
        }
        // data:{'info[class]':zxzl,'info[name]':name,'info[email]':email,'info[number]':number,'info[ss]':ss,'info[content]':content,'dosubmit':1},
    });
            $('#dosubmit').attr('disabled',true);
            alert('留言提交成功!');
            setTimeout(function(){
                window.location.href="/";
            },3000);
  });
</script>

<input type="hidden" name='dosubmit' value='1'> 必须要加上去

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值