묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
자바스크립트 질문입니다.
2005.02.21 12:10
<html>
<head>
<title> test </title>
<meta http equiv="content type" content="text/html;charset=euc-kr">
<link rel="stylesheet" href="./css/style.css" type="text/css">
<script language="javascript">
<!--//
var searchpop = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=200,height=470";
OpenWindow = window.open("b.html", "search", searchpop);
window.self = close();
//-->
</script>
</head>
-------------------------------------------------------------------------------------------------------------------------------------------
위와 같이 a.html을 작성한 후 실행하면 같은 폴더의 b.html을 불러오고 자기 자신은 닫히게 만들어 보았습니다.
여기서 b.html은 잘 불려져 오는데 a.html을 닫힐 때 대화상자가 뜨면서 닫을 것인가를 묻네요.
이 대화상자를 안뜨게하고 바로 닫을려면 어떻게 해야 할까요?
미리 감사합니다.
즐거운 하루되세요!
<head>
<title> test </title>
<meta http equiv="content type" content="text/html;charset=euc-kr">
<link rel="stylesheet" href="./css/style.css" type="text/css">
<script language="javascript">
<!--//
var searchpop = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=200,height=470";
OpenWindow = window.open("b.html", "search", searchpop);
window.self = close();
//-->
</script>
</head>
-------------------------------------------------------------------------------------------------------------------------------------------
위와 같이 a.html을 작성한 후 실행하면 같은 폴더의 b.html을 불러오고 자기 자신은 닫히게 만들어 보았습니다.
여기서 b.html은 잘 불려져 오는데 a.html을 닫힐 때 대화상자가 뜨면서 닫을 것인가를 묻네요.
이 대화상자를 안뜨게하고 바로 닫을려면 어떻게 해야 할까요?
미리 감사합니다.
즐거운 하루되세요!
<html>
<head>
<title> test </title>
<meta http equiv="content type" content="text/html;charset=euc-kr">
<link rel="stylesheet" href="./css/style.css" type="text/css">
<script language="javascript">
<!--//
var searchpop = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=200,height=470";
OpenWindow = window.open("pop_window.html", "search", searchpop);
self.opener = self;
self.close();
//-->
</script>
</head>