무한히 뜨는 이유 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

무한히 뜨는 이유 정보

무한히 뜨는 이유

본문

아래 소스에서 어떤 부분을 고쳐야 창이 무한히 뜨는 것을 막을 수 있는지요?

</script>
</head>
<body onLoad="MM_openBrWindow('pop.html','','width=240,height=160')">
<center><table width="900" height="600" border="0" cellpadding="0" cellspacing="0">
 
  <tr><td><img src="images/pop.gif" width="240" height="160" border="0" usemap="#Map"></td>
  </tr>
</table>
</center>
그누보드 화면으로 들어가지 전에 일반htm을 드림위버에서 작업한 것입니다.
다음은 pop.html소스입니다.}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body onLoad="MM_openBrWindow('pop.html','','width=240,height=160')">
<center><table width="900" height="600" border="0" cellpadding="0" cellspacing="0">
 
  <tr><td><img src="file:///C|/Documents and Settings/Administrator/My Documents/pop.gif" width="240" height="160"></td>
  </tr>
  • 복사

댓글 전체

<body onLoad="MM_openBrWindow('pop.html','','width=240,height=160')">
부분입니다
팝업되는 창 body 에  onLoad="MM_openBrWindow('pop.html','','width=240,height=160')" 부분을 없애주시면됩니다
© SIRSOFT
현재 페이지 제일 처음으로