history.back 에서 해결

This commit is contained in:
gnuboard
2013-02-01 13:24:50 +09:00
parent 4bdce8da8f
commit 51253daf0d

View File

@ -38,7 +38,8 @@ if($error) {
<script> <script>
alert("<? echo $msg; ?>"); alert("<? echo $msg; ?>");
document.location.href = "<? echo $url; ?>"; //document.location.href = "<? echo $url; ?>";
document.location.replace("<? echo $url; ?>");
</script> </script>
<noscript> <noscript>