무한히 뜨는 이유 정보
무한히 뜨는 이유본문
아래 소스에서 어떤 부분을 고쳐야 창이 무한히 뜨는 것을 막을 수 있는지요?
</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>
</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')" 부분을 없애주시면됩니다
부분입니다
팝업되는 창 body 에 onLoad="MM_openBrWindow('pop.html','','width=240,height=160')" 부분을 없애주시면됩니다
감사합니다