로그인 후 이동할 링크에 target="_top"를 적용하려면 어떻게 해야하나요?
본문
로그인 후 이동할 링크에 target="_top"를 적용하려면 어떻게 해야하나요?
아래의 bbs/login_check.php 에 마지막에 있는 소스를 수정해야할 듯 한데요
어떻게 해야하나요?
} else {
$link = G5_URL;
}
goto_url($link);
?>
답변 1
//goto_url($link);
<script type="text/javascript">
<!--
top.location.href="<?=$link?>";
//-->
</script>
이렇게 하시면 될듯 합니다.
!-->
답변을 작성하시기 전에 로그인 해주세요.