php alert 함수 실행 시 & 변환되지 않는 오류 수정
This commit is contained in:
@ -43,7 +43,7 @@ if($error) {
|
||||
alert("<?php echo strip_tags($msg); ?>");
|
||||
//document.location.href = "<?php echo $url; ?>";
|
||||
<?php if ($url) { ?>
|
||||
document.location.replace("<?php echo $url; ?>");
|
||||
document.location.replace("<?php echo str_replace('&', '&', $url); ?>");
|
||||
<?php } else { ?>
|
||||
//alert('history.back();');
|
||||
history.back();
|
||||
|
||||
Reference in New Issue
Block a user