เปลี่ยนจาก
header( 'Location: myfile.php') ;
เป็น
echo '<script type="text/javascript"> window.location="myfile.php";</script>';
...
แต่ถ้าจะให้เซฟจริงๆ ใช้ตัวนี้ครับ
<html>
<head>
<head>
<script type="text/javascript">
function replaceDoc()
{
window.location.replace("http://localhost/mylocation")
}
</script>
</head>
<body OnLoad="replaceDoc();">
</body>
</html>
แค่นี้เองครับอิๆๆ
ไม่มีความคิดเห็น:
แสดงความคิดเห็น