묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
희안하네요~ @_@ 자바스크립트 window 객체 관련 질문입니당..
2005.09.24 02:12
안녕하세요,
window.open("test.html","test","width=250, height=400, status=no, resizable=no, toolbar=no, scrollbars=no, copyhistory=no, menubar=no");
위와 같은 자바스크립트가 있는데요, 제가 local 에서 테스트하면 잘 되는데요..
계정에 올리고 테스트하면 status=no 이게 안먹어요.
자바스크립트는 클라이언트 프로그램이라고 들어서 계정과는 상관이 없을거 같은데요, 희안하게 계정에 올리면 status=no 이게 안먹네요.
혹시 왜 이런 현상이 일어나는지 아시는분 계신가요?
감사합니다~
테스트 주소는 아래와 같습니다.
http://www.livefree.co.kr/test1.HTML
소스코드는..
<html>
<head>
<script>
function openTest() {
window.open("test2.HTML","test2","width=250, height=400, resizable=no, status=no, toolbar=no, scrollbars=no, copyhistory=no, menubar=no");
}
</script>
</head>
<body onload="openTest();">
</body>
</html>
왜 이런 현상이 발생하는지.. 도와주세요~ 감사합니다~
window.open("test.html","test","width=250, height=400, status=no, resizable=no, toolbar=no, scrollbars=no, copyhistory=no, menubar=no");
위와 같은 자바스크립트가 있는데요, 제가 local 에서 테스트하면 잘 되는데요..
계정에 올리고 테스트하면 status=no 이게 안먹어요.
자바스크립트는 클라이언트 프로그램이라고 들어서 계정과는 상관이 없을거 같은데요, 희안하게 계정에 올리면 status=no 이게 안먹네요.
혹시 왜 이런 현상이 일어나는지 아시는분 계신가요?
감사합니다~
테스트 주소는 아래와 같습니다.
http://www.livefree.co.kr/test1.HTML
소스코드는..
<html>
<head>
<script>
function openTest() {
window.open("test2.HTML","test2","width=250, height=400, resizable=no, status=no, toolbar=no, scrollbars=no, copyhistory=no, menubar=no");
}
</script>
</head>
<body onload="openTest();">
</body>
</html>
왜 이런 현상이 발생하는지.. 도와주세요~ 감사합니다~
SP2 에선 무조건 status 가 나오게되었다는..