js 현재 창 에 부모 창 이 있 는 지 판단

235 단어
<script>
	if(top.location!=self.location){
		top.location = "<%=basePath%>/login.jsp";
	}else{
		window.location.href = "<%=basePath%>/login.jsp";
	}
</script>

좋은 웹페이지 즐겨찾기