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

<body onload="pop();">
javascript: 를 빼주셔야 할것같네요..
<a href="javascript:pop();">
요럴땐 javascript 가 들어가구요..
javascript: 를 빼주셔야 할것같네요..
<a href="javascript:pop();">
요럴땐 javascript 가 들어가구요..