묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
제발 부탁드립니다. ㅠㅠ 자바스크립트.. 팝업관련;;
2002.08.17 21:49
안녕하세요...
팝업창 만들려고 하다가, 3시간째;; 계속 팝업이 뜬다는 ㅠㅠ... 참고로 자바스크립트 소스는.. 처음에는;; 모 홈페이지 소스 보다가, nzeo.com 웹강의 소스 보다가 해서;;; 무지하게 복잡할 수도 있습니다.
제발 왜 계속 팝업이 뜨는지 가르쳐 주세요 ㅠㅠ.... 잠도 못잘지경;
(참고로 카페에 뜨게 할 껍니다. 카페 주소는 cafe.daum.net/ClanSDF , 그리고 도메인에 쓰라는건 먼지;; 모르겠다는... 아무튼 수정좀 가해주세요 ㅠㅠ.)
참고로 메인페이지 소스에서 var popupURL = "open_popup.html" 는... 컴퓨터에서 테스트하느라 그렇습니다.
그리고 검색해서, 누가 팝업 고쳐주신거 해봤는데 그것도 안돼요 ㅠㅠ
메인 페이지 소스
<script language="JavaScript">
<!--
function TripodShowPopup()
{
// open the popup window
var popupURL = "open_popup.html"; var popup = window.open(popupURL,"TripodPopup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=195 height = 274,left=250,top=150');
// set the opener if it's not already set. it's set automatically
// in netscape 3.0+ and ie 3.0+.
if( navigator.appName.substring(0,8) == "Netscape" ) { popup.location = popupURL; }
}
TripodShowPopup();
// -->
</script>
팝업창 소스
<TITLE>Clan =SDF= Notice!</TITLE>
<style type="text/css">
table {font-size:9pt}
a:visitedv {color:#000000;text-decoration:none}
a:hover {color:#000000;text-decoration:underline}
a:link {color:#000000;text-decoration:none}
</style>
<script language="JavaScript">
function closeWin() {
if(document.checkClose.nanumi.checked == true) {
setCookie("popup", "pop_11" ,1);
}
self.close();
}
function setCookie(name,value,expiredays) {
var todayDate = new Date();
todayDate.setDate(todayDate.getDate() + expiredays);
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
</script>
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<TABLE width = 195 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<tr>
<td><IMG SRC="http://home.megapass.co.kr/~n3333363/clannotice.jpg" width = "192" height = "251" border = "0"></td></tr>
<tr><td height = "20" valign="bottom" align="center">
<input type=checkbox name=popupCheck onclick="cookieSet(1);"><!-- cookieSet(원하는 기억일수) 15는 15일동운 쿠키를 저장하고 팝업창을 다시 띄우지 않는것임 알맞게 고쳐주세요--!>
하루동안 창 안열기! <a href="javascript:window.close()">[창닫기]</a> </TD>
</tr>
</table>
꼭 부탁드립니다. ㅠㅠ
팝업창 만들려고 하다가, 3시간째;; 계속 팝업이 뜬다는 ㅠㅠ... 참고로 자바스크립트 소스는.. 처음에는;; 모 홈페이지 소스 보다가, nzeo.com 웹강의 소스 보다가 해서;;; 무지하게 복잡할 수도 있습니다.
제발 왜 계속 팝업이 뜨는지 가르쳐 주세요 ㅠㅠ.... 잠도 못잘지경;
(참고로 카페에 뜨게 할 껍니다. 카페 주소는 cafe.daum.net/ClanSDF , 그리고 도메인에 쓰라는건 먼지;; 모르겠다는... 아무튼 수정좀 가해주세요 ㅠㅠ.)
참고로 메인페이지 소스에서 var popupURL = "open_popup.html" 는... 컴퓨터에서 테스트하느라 그렇습니다.
그리고 검색해서, 누가 팝업 고쳐주신거 해봤는데 그것도 안돼요 ㅠㅠ
메인 페이지 소스
<script language="JavaScript">
<!--
function TripodShowPopup()
{
// open the popup window
var popupURL = "open_popup.html"; var popup = window.open(popupURL,"TripodPopup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=195 height = 274,left=250,top=150');
// set the opener if it's not already set. it's set automatically
// in netscape 3.0+ and ie 3.0+.
if( navigator.appName.substring(0,8) == "Netscape" ) { popup.location = popupURL; }
}
TripodShowPopup();
// -->
</script>
팝업창 소스
<TITLE>Clan =SDF= Notice!</TITLE>
<style type="text/css">
table {font-size:9pt}
a:visitedv {color:#000000;text-decoration:none}
a:hover {color:#000000;text-decoration:underline}
a:link {color:#000000;text-decoration:none}
</style>
<script language="JavaScript">
function closeWin() {
if(document.checkClose.nanumi.checked == true) {
setCookie("popup", "pop_11" ,1);
}
self.close();
}
function setCookie(name,value,expiredays) {
var todayDate = new Date();
todayDate.setDate(todayDate.getDate() + expiredays);
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
</script>
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<TABLE width = 195 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<tr>
<td><IMG SRC="http://home.megapass.co.kr/~n3333363/clannotice.jpg" width = "192" height = "251" border = "0"></td></tr>
<tr><td height = "20" valign="bottom" align="center">
<input type=checkbox name=popupCheck onclick="cookieSet(1);"><!-- cookieSet(원하는 기억일수) 15는 15일동운 쿠키를 저장하고 팝업창을 다시 띄우지 않는것임 알맞게 고쳐주세요--!>
하루동안 창 안열기! <a href="javascript:window.close()">[창닫기]</a> </TD>
</tr>
</table>
꼭 부탁드립니다. ㅠㅠ