「JavaScript入門」リダイレクトの方法
方法1
setTimeout(“window.location.href=’/Login/Login'",3000);
方法2
echo “alert('変更成功".$true.";変更失敗".$false."');window.location.href=’/index.php/Admin/Chun/ChunList’;";
Coding Changes the World
方法1
setTimeout(“window.location.href=’/Login/Login'",3000);
方法2
echo “alert('変更成功".$true.";変更失敗".$false."');window.location.href=’/index.php/Admin/Chun/ChunList’;";