묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
새 창 띄우면서 부모창 자동으로 죽이기 소스에 대한 질문입니다
2005.05.22 20:56
<html>
<head>
<title>wait...</title>
<script>
function Kill_back(url,option)
{
window.open(url,'baby_love',option);
if (!opener) opener = "thanks";
window.close();
}
</script>
</head>
<body onload="Kill_back('http://bran.mireene.com/1-5/index.htm','width=928, height=603, scrollbars=auto, ');" style="cursor:hand;">
<p> </p>
</body>
</html>
이 소스인데요 새 창이 뜨는 위치를 조정하려면 어떻게 해야할 지 도저히 모르겠어요;; 제발 도와주세요
<head>
<title>wait...</title>
<script>
function Kill_back(url,option)
{
window.open(url,'baby_love',option);
if (!opener) opener = "thanks";
window.close();
}
</script>
</head>
<body onload="Kill_back('http://bran.mireene.com/1-5/index.htm','width=928, height=603, scrollbars=auto, ');" style="cursor:hand;">
<p> </p>
</body>
</html>
이 소스인데요 새 창이 뜨는 위치를 조정하려면 어떻게 해야할 지 도저히 모르겠어요;; 제발 도와주세요
Kill_back('http://bran.mireene.com/1-5/index.htm','width=928, height=603, scrollbars=auto,left=50, top=50 ');"