묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
"브라우저 윈도우 열기" 관한 질문입니다.
2004.10.01 05:09
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>무제 문서</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
<p> </p>
<p> </p>
<p align="center"><a href="main.htm" target="_blank"><img src="image/index.jpg" width="454" height="340" border="0" onload="MM_openBrWindow('main.htm','aa','scrollbars=yes,width=800,height=600')"></a></p>
</body>
</html>
'비헤이비어'에서 '브라우저 윈도우 열기'를 800*600주었습니다.
index를 실행했을때 그림을 클릭하면 800*600 크기의 새창이 뜨기를 기대했는데 그림도 클릭안했는데 창이 같이 뜨네요..
그림을 클릭하면 800*600크기의 고정창이 뜨게할려면 어떻게 해야하나요? 꼭 그림을 클릭한다음에 떠야합니다..
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>무제 문서</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
<p> </p>
<p> </p>
<p align="center"><a href="main.htm" target="_blank"><img src="image/index.jpg" width="454" height="340" border="0" onload="MM_openBrWindow('main.htm','aa','scrollbars=yes,width=800,height=600')"></a></p>
</body>
</html>
'비헤이비어'에서 '브라우저 윈도우 열기'를 800*600주었습니다.
index를 실행했을때 그림을 클릭하면 800*600 크기의 새창이 뜨기를 기대했는데 그림도 클릭안했는데 창이 같이 뜨네요..
그림을 클릭하면 800*600크기의 고정창이 뜨게할려면 어떻게 해야하나요? 꼭 그림을 클릭한다음에 떠야합니다..