<html>
<head>
<script language="JavaScript">
<!--
function Cookie(document, name, hours, path, domain, secure) {
this.$document = document;
this.$name = name;
if (hours)
this.$expiration = new Date((new Date()).getTime() + hours*3600000);
else
this.$expiration = null;
if (path) this.$path = path; else this.$path = null;
if (domain) this.$domain = domain; else this.$domain = null;
if (secure) this.$secure = true; else this.$secure = false;
}
function _Cookie_store() {
var cookieval = "";
for(var prop in this) {
if ((prop.charAt(0) == '$') || ((typeof this[prop]) == 'function'))
continue;
if (cookieval != "") cookieval += '&';
cookieval += prop + ':' + escape(this[prop]);
}
var cookie = this.$name + '=' + cookieval;
if (this.$expiration)
cookie += '; expires=' + this.$expiration.toGMTString();
if (this.$path) cookie += '; path=' + this.$path;
if (this.$domain) cookie += '; domain=' + this.$domain;
if (this.$secure) cookie += '; secure';
this.$document.cookie = cookie;
}
function _Cookie_load() {
var allcookies = this.$document.cookie;
if (allcookies == "") return false;
var start = allcookies.indexOf(this.$name + '=');
if (start == -1) return false;
start += this.$name.length + 1;
var end = allcookies.indexOf(';', start);
if (end == -1) end = allcookies.length;
var cookieval = allcookies.substring(start, end);
var a = cookieval.split('&');
for(var i=0; i < a.length; i++)
a[i] = a[i].split(':');
for(var i = 0; i < a.length; i++) {
this[a[i][0]] = unescape(a[i][1]);
}
return true;
}
function _Cookie_remove() {
var cookie;
cookie = this.$name + '=';
if (this.$path) cookie += '; path=' + this.$path;
if (this.$domain) cookie += '; domain=' + this.$domain;
cookie += '; expires=Fri, 31-Jan-2001 00:00:00 GMT';
this.$document.cookie = cookie;
}
new Cookie();
Cookie.prototype.store = _Cookie_store;
Cookie.prototype.load = _Cookie_load;
Cookie.prototype.remove = _Cookie_remove;
function Popup(site) {
var exp = 8760;
var page = "http://www.yahoo.co.kr"; // 사이트 주소
var windowprops = "width=300,height=300,location=no,toolbar=no,menubar=no,scrollbars=no"; // 옵션 설정
var temp = new Cookie(document, "nanumi", exp);
if (!temp.load()) {
temp.firstload = site;
temp.store();
subwin=window.open(page, "", windowprops);
}
}
-->
</script>
</head>
<body onunLoad="Popup('nanumi');">
팝업창을 최초 접속시 딱 한번만 띄웁니다.. 팝업창이 뜨는걸 확인하셨다면 팝업창을 닫고 본 페이지를 새로고침 해보세요.. 더 이상 팝업이 실행되지 않습니다.
</body>
</html>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 130 | 20년 전 | 4004 | ||
| 129 | 20년 전 | 2943 | ||
| 128 | 20년 전 | 3681 | ||
| 127 | 20년 전 | 3519 | ||
| 126 | 20년 전 | 3771 | ||
| 125 | 20년 전 | 8594 | ||
| 124 | 20년 전 | 2604 | ||
| 123 | 20년 전 | 3753 | ||
| 122 | 20년 전 | 3211 | ||
| 121 | 20년 전 | 2611 | ||
| 120 | 20년 전 | 2674 | ||
| 119 | 20년 전 | 2588 | ||
| 118 | 20년 전 | 2864 | ||
| 117 |
|
20년 전 | 3062 | |
| 116 | 20년 전 | 5317 | ||
| 115 | 20년 전 | 3926 | ||
| 114 | 20년 전 | 4974 | ||
| 113 | 20년 전 | 6215 | ||
| 112 | 20년 전 | 7326 | ||
| 111 | 20년 전 | 18434 | ||
| 110 | 20년 전 | 6877 | ||
| 109 | 20년 전 | 2888 | ||
| 108 | 20년 전 | 4143 | ||
| 107 |
prosper
|
20년 전 | 2501 | |
| 106 |
prosper
|
20년 전 | 4320 | |
| 105 |
아우겐나이스
|
20년 전 | 2915 | |
| 104 | 20년 전 | 2261 | ||
| 103 | 20년 전 | 2480 | ||
| 102 | 20년 전 | 2262 | ||
| 101 | 20년 전 | 2578 | ||
| 100 | 20년 전 | 1751 | ||
| 99 | 20년 전 | 1573 | ||
| 98 | 20년 전 | 1618 | ||
| 97 | 20년 전 | 2131 | ||
| 96 | 20년 전 | 1881 | ||
| 95 | 20년 전 | 2380 | ||
| 94 | 20년 전 | 3567 | ||
| 93 | 20년 전 | 1568 | ||
| 92 | 20년 전 | 1757 | ||
| 91 | 20년 전 | 3183 | ||
| 90 | 20년 전 | 2344 | ||
| 89 | 20년 전 | 3176 | ||
| 88 | 20년 전 | 2872 | ||
| 87 | 20년 전 | 3299 | ||
| 86 | 20년 전 | 5137 | ||
| 85 | 20년 전 | 2524 | ||
| 84 | 20년 전 | 4826 | ||
| 83 | 20년 전 | 2508 | ||
| 82 | 20년 전 | 3124 | ||
| 81 | 20년 전 | 7632 | ||
| 80 | 20년 전 | 3828 | ||
| 79 | 20년 전 | 3213 | ||
| 78 | 20년 전 | 4699 | ||
| 77 | 20년 전 | 2906 | ||
| 76 | 20년 전 | 6224 | ||
| 75 | 20년 전 | 4471 | ||
| 74 | 20년 전 | 5785 | ||
| 73 | 20년 전 | 3631 | ||
| 72 | 20년 전 | 5973 | ||
| 71 | 21년 전 | 3121 | ||
| 70 | 21년 전 | 2845 | ||
| 69 | 21년 전 | 2643 | ||
| 68 | 21년 전 | 2450 | ||
| 67 | 21년 전 | 2658 | ||
| 66 | 21년 전 | 2675 | ||
| 65 | 21년 전 | 3792 | ||
| 64 | 21년 전 | 2829 | ||
| 63 | 21년 전 | 2458 | ||
| 62 | 21년 전 | 2267 | ||
| 61 | 21년 전 | 3080 | ||
| 60 | 21년 전 | 3134 | ||
| 59 | 21년 전 | 2522 | ||
| 58 | 21년 전 | 2593 | ||
| 57 | 21년 전 | 2972 | ||
| 56 | 21년 전 | 2329 | ||
| 55 | 21년 전 | 2763 | ||
| 54 | 21년 전 | 2132 | ||
| 53 | 21년 전 | 2357 | ||
| 52 | 21년 전 | 2701 | ||
| 51 |
prosper
|
21년 전 | 2351 | |
| 50 |
prosper
|
21년 전 | 2172 | |
| 49 | 21년 전 | 2181 | ||
| 48 | 21년 전 | 2344 | ||
| 47 | 21년 전 | 1935 | ||
| 46 | 21년 전 | 1932 | ||
| 45 | 21년 전 | 2137 | ||
| 44 | 21년 전 | 2362 | ||
| 43 | 21년 전 | 4584 | ||
| 42 |
prosper
|
21년 전 | 2716 | |
| 41 |
prosper
|
21년 전 | 2116 | |
| 40 | 21년 전 | 2181 | ||
| 39 | 21년 전 | 2153 | ||
| 38 | 21년 전 | 2421 | ||
| 37 | 21년 전 | 2570 | ||
| 36 | 21년 전 | 1779 | ||
| 35 | 21년 전 | 4074 | ||
| 34 | 21년 전 | 3853 | ||
| 33 | 21년 전 | 2990 | ||
| 32 |
prosper
|
21년 전 | 2906 | |
| 31 | 21년 전 | 5287 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기