팝업창에서 오늘 하루 이 페이지 열지 않기 체크박스 사용입니다.
==========================
오프너 페이지에 들어갈 코드
open.html
==========================
<HTML>
<HEAD>
<TITLE> Jasko Sample Script </TITLE>
<!---- [1단계] 아래의 소스코드를 <HEAD>와 </HEAD> 사이에 붙여 넣으세요 ---->
<script language="JavaScript">
<!-- JavaScript
function notice_getCookie( name )
{
var nameOfCookie = name + "=";
var x = 0;
while ( x <= document.cookie.length )
{
var y = (x+nameOfCookie.length);
if ( document.cookie.substring( x, y ) == nameOfCookie ) {
if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
endOfCookie = document.cookie.length;
return unescape( document.cookie.substring( y, endOfCookie ) );
}
x = document.cookie.indexOf( " ", x ) + 1;
if ( x == 0 )
break;
}
return "";
}
if ( notice_getCookie( "Notice" ) != "done" )
{
window.open('notice.html','','width=340,height=380'); // 팝업윈도우의 경로와 크기를 설정 하세요
}
// - JavaScript - -->
</script>
<!------------------------- 여기까지 ---------------------------------->
</head>
<body>
<p>이 문서에서는 공지창을 띄워줍니다</p>
</body>
</html>
==========================
공지창 윈도우에 들어갈 코드
notice.html
==========================
<HTML>
<HEAD>
<TITLE> Jasko Sample Script </TITLE>
<!---- [1단계] 아래의 소스코드를 <HEAD>와 </HEAD> 사이에 붙여 넣으세요 ---->
<script language="JavaScript">
<!-- JavaScript
function notice_setCookie( name, value, expiredays )
{
var todayDate = new Date();
todayDate.setDate( todayDate.getDate() + expiredays );
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
function notice_closeWin()
{
if ( document.forms[0].Notice.checked )
notice_setCookie( "Notice", "done" , 1); // 1=하룻동안 공지창 열지 않음
self.close();
}
// - JavaScript - -->
</script>
<script language="JavaScript">
<!--
function na_call(str)
{
eval(str);
}
// -->
</script>
<!------------------------- 여기까지 ---------------------------------->
</head>
<body>
<!---- [2단계] 아래의 방법으로 원하는 위치에 복사 해 넣으세요 ------------------>
<form name="form1">
<TABLE align=center width=340 border=0 bgColor=gold>
<TR>
<TD colspan=2 align=center>
<b>공지사항</b>
</TD>
</TR>
<TR bgColor=lightyellow>
<TD colspan=2 align=center>
<img src="../c1.jpg">
</TD>
</TR>
<TR>
<TD>
<p style="font-size:12px">
<input type="checkbox" name="Notice">오늘은 이창을 다시 열지않음
</TD>
<TD>
<input type="image" src="../close.gif" name="close" OnClick="notice_closeWin()">
</TD>
</TR>
</TABLE>
</form>
<!------------------------- 여기까지 ---------------------------------->
<p> </p>
</body>
</html>
<input type=button name=simabuttonviewsource value="View Source" onClick='window.location="view-source:"+window.location.href'>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 9년 전 | 431 | ||
| 7829 |
|
9년 전 | 621 | |
| 7828 | 9년 전 | 546 | ||
| 7827 | 9년 전 | 439 | ||
| 7826 | 9년 전 | 444 | ||
| 7825 | 10년 전 | 485 | ||
| 7824 | 10년 전 | 453 | ||
| 7823 | 10년 전 | 389 | ||
| 7822 | 10년 전 | 370 | ||
| 7821 | 10년 전 | 317 | ||
| 7820 | 10년 전 | 354 | ||
| 7819 |
|
10년 전 | 754 | |
| 7818 | 10년 전 | 397 | ||
| 7817 | 10년 전 | 528 | ||
| 7816 | 10년 전 | 417 | ||
| 7815 | 10년 전 | 615 | ||
| 7814 | 10년 전 | 444 | ||
| 7813 | 10년 전 | 389 | ||
| 7812 | 10년 전 | 407 | ||
| 7811 | 10년 전 | 396 | ||
| 7810 | 10년 전 | 574 | ||
| 7809 | 10년 전 | 506 | ||
| 7808 | 10년 전 | 384 | ||
| 7807 | 10년 전 | 412 | ||
| 7806 |
프로그래머7
|
10년 전 | 1339 | |
| 7805 | 10년 전 | 1282 | ||
| 7804 |
zahir1312
|
10년 전 | 782 | |
| 7803 |
|
10년 전 | 1380 | |
| 7802 | 10년 전 | 466 | ||
| 7801 | 10년 전 | 866 | ||
| 7800 | 10년 전 | 1087 | ||
| 7799 | 10년 전 | 565 | ||
| 7798 | 10년 전 | 520 | ||
| 7797 | 10년 전 | 526 | ||
| 7796 | 10년 전 | 360 | ||
| 7795 | 10년 전 | 514 | ||
| 7794 | 10년 전 | 564 | ||
| 7793 | 10년 전 | 1063 | ||
| 7792 | 10년 전 | 485 | ||
| 7791 | 10년 전 | 561 | ||
| 7790 | 10년 전 | 515 | ||
| 7789 |
fbastore
|
10년 전 | 1454 | |
| 7788 | 10년 전 | 555 | ||
| 7787 | 10년 전 | 406 | ||
| 7786 | 10년 전 | 602 | ||
| 7785 | 10년 전 | 592 | ||
| 7784 | 10년 전 | 652 | ||
| 7783 | 10년 전 | 459 | ||
| 7782 | 10년 전 | 498 | ||
| 7781 | 10년 전 | 907 | ||
| 7780 | 10년 전 | 828 | ||
| 7779 | 10년 전 | 777 | ||
| 7778 | 10년 전 | 367 | ||
| 7777 | 10년 전 | 467 | ||
| 7776 | 10년 전 | 464 | ||
| 7775 | 10년 전 | 414 | ||
| 7774 | 10년 전 | 636 | ||
| 7773 | 10년 전 | 391 | ||
| 7772 | 10년 전 | 741 | ||
| 7771 | 10년 전 | 397 | ||
| 7770 | 10년 전 | 653 | ||
| 7769 | 10년 전 | 398 | ||
| 7768 | 10년 전 | 620 | ||
| 7767 | 10년 전 | 1180 | ||
| 7766 | 10년 전 | 496 | ||
| 7765 | 10년 전 | 540 | ||
| 7764 |
잘살아보자
|
10년 전 | 397 | |
| 7763 |
|
10년 전 | 1467 | |
| 7762 |
Tosea
|
10년 전 | 1063 | |
| 7761 | 10년 전 | 653 | ||
| 7760 |
잘살아보자
|
10년 전 | 692 | |
| 7759 |
잘살아보자
|
10년 전 | 523 | |
| 7758 |
잘살아보자
|
10년 전 | 603 | |
| 7757 | 10년 전 | 1249 | ||
| 7756 |
ITBANK
|
10년 전 | 1265 | |
| 7755 | 10년 전 | 1932 | ||
| 7754 | 10년 전 | 1061 | ||
| 7753 | 10년 전 | 892 | ||
| 7752 | 10년 전 | 1405 | ||
| 7751 |
잘살아보자
|
10년 전 | 542 | |
| 7750 |
잘살아보자
|
10년 전 | 485 | |
| 7749 |
잘살아보자
|
10년 전 | 496 | |
| 7748 |
잘살아보자
|
10년 전 | 508 | |
| 7747 |
잘살아보자
|
10년 전 | 597 | |
| 7746 |
잘살아보자
|
10년 전 | 686 | |
| 7745 |
잘살아보자
|
10년 전 | 922 | |
| 7744 |
잘살아보자
|
10년 전 | 423 | |
| 7743 | 10년 전 | 953 | ||
| 7742 |
starbros
|
10년 전 | 848 | |
| 7741 |
잘살아보자
|
10년 전 | 680 | |
| 7740 |
잘살아보자
|
10년 전 | 553 | |
| 7739 |
잘살아보자
|
10년 전 | 469 | |
| 7738 |
잘살아보자
|
10년 전 | 544 | |
| 7737 |
잘살아보자
|
10년 전 | 512 | |
| 7736 |
잘살아보자
|
10년 전 | 531 | |
| 7735 |
잘살아보자
|
10년 전 | 856 | |
| 7734 |
잘살아보자
|
10년 전 | 435 | |
| 7733 |
잘살아보자
|
10년 전 | 548 | |
| 7732 |
잘살아보자
|
10년 전 | 706 | |
| 7731 |
잘살아보자
|
10년 전 | 628 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기