|
|
|
รบกวนสอบถามเซียน JavaScript เกี่ยวกับ Popup Alert หรือ Window.open ใน php ครับ |
|
|
|
|
|
|
|
Code (PHP)
<script>
alert("ของใกล้หมด");
location = "xxxx.php";
</script>
แบบนี้รึเปล่าครับ
|
|
|
|
|
Date :
2013-06-25 16:45:00 |
By :
champkung226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
view sourceprint?
<?
if($totals<= $arr['safestock'] ){ ?>
<script language="javascript" type="text/javascript">
function popitup(url) {
newwindow=window.open(url,'getdata.php','height=200,width=150');
echo "alert('ข้อความเดือน');";
window.location = 'example.php'; // ถ้าต้องการให้เปลี่ยน page
}
</script>
}
|
ประวัติการแก้ไข 2013-06-26 11:02:32
|
|
|
|
Date :
2013-06-26 11:01:23 |
By :
biggest59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|