|
|
|
กด submit แล้วปิด fancybox อัตโนมัติ แต่ไม่เก็บค่าลง DB |
|
|
|
|
|
|
|
test.php
<div id="callBack"></div>
<form id="form_survay_sso" name="form_survay_sso" method="post" action="save_survey_service.php">
<input type="button" name="submit" id="submit" value="เสร็จสิ้น"/>
</form>
$(function(){
$("#submit").click(function(){
$.post("save_survey_service.php",$("#form_survay_sso").serialize(),function(data){
$("#callBack").html(data);
});
});
});
save_survey_service.php
<?PHP
//insert into ......
if(insert){
echo "<script>alert('เพิ่มข้อมูลแล้ว');parent.jQuery.fancybox.close();</script>";
}
?>
|
|
|
|
|
Date :
2013-09-25 16:06:00 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วค่ะ ขอบคุณ พี่ GUEM13OY มากๆเลยค่ะ ^^
|
ประวัติการแก้ไข 2013-09-25 19:13:45 2013-09-25 19:14:12 2013-09-25 19:14:54
|
|
|
|
Date :
2013-09-25 19:13:16 |
By :
ribbonjung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2013-09-26 06:03:24 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|