html页面
代码如下:
form onsubmit="if(confirm('确定好你所填写的正确,不然会发错!')) {return checkForm();}else{return false;}"
table
tr
td选择发送人font class="red"*/font/td
td
input type="text" name="sendto_type[]" id="sendto_type1" value="1" 按城市发送
/td
/tr
tr
td选择发送人2font class="red"*/font/td
td
input type="text" name="sendto_type[]" id="sendto_type1" value="1" 按城市发送
/td
/tr
/table
/form
js代码
代码如下:
script
function checkForm() {
pass = true;
$("td:contains('*...[ 查看全文 ]