|
|
|
อยากทราบวิธีใส่ Fancybox เพื่อแจ้งเตือนว่าส่งค่าผ่านหรือไม่ |
|
|
|
|
|
|
|
เรียกใช้ jQuery fancybox plugin แล้วก็สามารถ echoได้เลยครับ
Code (PHP)
echo "<script>คำสั่งเรียกใช้งาน fancybox</script>"
Code (PHP)
// start sent email to admin
$strTo = "[email protected]";
$strSubject = $subject;
$strHeader = "Content-type: text/html; charset=windows-utf-8\n"; // or UTF-8 //
$strHeader.= "MIME-Version: 1.0\n";
$strHeader .= $email;
$strDetail = "You receive e-mail form ".$name."</br>"." For more information. Please check in your system." ;
$strMessage = $strDetail ;
@mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error //
//end sent email to admin
//getJavaAlert("Send complete! Thank you.");
echo "<script>
$.fancybox({
'width' : '80%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'fadein',
'transitionOut' : 'fadeout',
'type' : 'iframe',
'href' : 'product.php'
});
</script>";
}else{
//getJavaAlert("Can't send! Please try again.");
echo "<script>
$.fancybox({
'width' : '80%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'fadein',
'transitionOut' : 'fadeout',
'type' : 'iframe',
'href' : 'product.php'
});
</script>";
}
จากตัวอย่างเป็นแบบ iframe ไปเรียกไฟล์อีก url นึง แต่จะทำการแจ้งเตือนก็ลองใช้ที่เหมาะสมครับเช่นแบบ inline แต่ถ้าจะให้แนะนำ อยากให้ลองหาพวก jQuery Modal มาใช้แทนครับ
|
ประวัติการแก้ไข 2015-02-12 15:33:30
|
|
|
|
Date :
2015-02-12 15:32:07 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|