 |
|
หน้า login ผมเป็น Funcy box พอพิม IDและPassword กด submit แล้วอยากให้ปิด Funcybox แล้วไปหน้าใหม่ อะครับ
ปิด Funcybox แล้วแต่ไม่ไปหน้าใหม่อะครับมันหยุดอยู่ที่หน้าindex แล้วเหมือนจะหน้านี้ refresh
Code (PHP)
parent.$.fancybox.close();
Code (PHP)
(document).ready(function() {
$("#popup").fancybox({
'width' : '65%',
'height' : '100%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
onClosed : function() {
parent.location.reload(true);
}
Tag : PHP, MySQL, HTML/CSS, JavaScript, jQuery, JAVA
|
|
 |
 |
 |
 |
Date :
2014-02-24 00:21:52 |
By :
Maltong |
View :
638 |
Reply :
2 |
|
 |
 |
 |
 |
|
|
|
 |