테스트 사이트 - 개발 중인 베타 버전입니다

팝업창 띄우기 문의드려요.

· 13년 전 · 1555 · 1
안녕하세요.^^메인 페이지에 팝업창을 하나 띄울려고 하는데 띄질 않아 문의드려요.
그누보드를 쓰고 있긴 한데 제가 따로 인덱스 파일을 만들어 쓰고 있습니다.
메인화면은 소스 보시면 간단합니다.
인덱스파일과 팝업파일을 보여드릴께요
어디가 잘못된건지 조언 간곡히 부탁드려요.
이제 봄이 올려합니다. 감기조심하시고 항상 건강하세요^^

인덱스파일입니다.
<head>
<script language="javascript">
function pop(){
window.open("http://www.designnuum.co.kr/z.php", "pop", "width=400,height=400,history=no,resizable=no,status=no,scrollbars=yes,menubar=no")
}
</script>
</head>

<body onload="javascript:pop()">
<table align=center cellpadding=0 cellspacing=0>
<tr> <td><embed src="Cut/News.swf" width="1000" ></object></td></tr>
<tr><td><img src=Cut/2.jpg bother=0 /></td></tr>
<tr><td><embed src=Cut/Botton1.swf width=1000></object></td></tr>
<tr><td><img src="Cut/1.jpg" bother=0 /></td></tr>
</table>
</body>

띄워지는 팝업파일입니다.
<table cellpadding=0 cellspacing=0>
<tr><td><img src="Cut/Pop.jpg" bother=0 /></td></tr>
</table>

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 1개

13년 전
<body onload="pop();">
javascript: 를 빼주셔야 할것같네요..

<a href="javascript:pop();">
요럴땐 javascript 가 들어가구요..

게시글 목록

번호 제목
284348
284336
284333
284332
284320
284318
284316
284313
284307
284306
284303
284298
284296
284290
284286
284280
284277
284272
284261
284259