<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 361 | ||
| 7929 | 9년 전 | 255 | ||
| 7928 | 9년 전 | 362 | ||
| 7927 | 9년 전 | 289 | ||
| 7926 | 9년 전 | 638 | ||
| 7925 | 9년 전 | 306 | ||
| 7924 | 9년 전 | 273 | ||
| 7923 | 9년 전 | 318 | ||
| 7922 | 9년 전 | 333 | ||
| 7921 | 9년 전 | 369 | ||
| 7920 | 9년 전 | 290 | ||
| 7919 | 9년 전 | 307 | ||
| 7918 | 9년 전 | 471 | ||
| 7917 | 9년 전 | 310 | ||
| 7916 | 9년 전 | 376 | ||
| 7915 | 9년 전 | 358 | ||
| 7914 | 9년 전 | 378 | ||
| 7913 | 9년 전 | 495 | ||
| 7912 | 9년 전 | 369 | ||
| 7911 | 9년 전 | 327 | ||
| 7910 | 9년 전 | 353 | ||
| 7909 | 9년 전 | 462 | ||
| 7908 | 9년 전 | 363 | ||
| 7907 | 9년 전 | 312 | ||
| 7906 | 9년 전 | 327 | ||
| 7905 | 9년 전 | 325 | ||
| 7904 | 9년 전 | 287 | ||
| 7903 | 9년 전 | 284 | ||
| 7902 | 9년 전 | 506 | ||
| 7901 |
|
9년 전 | 712 | |
| 7900 | 9년 전 | 536 | ||
| 7899 | 9년 전 | 341 | ||
| 7898 | 9년 전 | 336 | ||
| 7897 | 9년 전 | 293 | ||
| 7896 | 9년 전 | 312 | ||
| 7895 | 9년 전 | 419 | ||
| 7894 | 9년 전 | 345 | ||
| 7893 | 9년 전 | 269 | ||
| 7892 | 9년 전 | 316 | ||
| 7891 | 9년 전 | 701 | ||
| 7890 | 9년 전 | 1164 | ||
| 7889 | 9년 전 | 728 | ||
| 7888 |
limsy1987
|
9년 전 | 520 | |
| 7887 | 9년 전 | 499 | ||
| 7886 | 9년 전 | 375 | ||
| 7885 | 9년 전 | 355 | ||
| 7884 | 9년 전 | 361 | ||
| 7883 | 9년 전 | 338 | ||
| 7882 | 9년 전 | 353 | ||
| 7881 | 9년 전 | 378 | ||
| 7880 | 9년 전 | 506 | ||
| 7879 | 9년 전 | 410 | ||
| 7878 | 9년 전 | 1146 | ||
| 7877 | 9년 전 | 702 | ||
| 7876 | 9년 전 | 430 | ||
| 7875 | 9년 전 | 501 | ||
| 7874 |
|
9년 전 | 770 | |
| 7873 | 9년 전 | 479 | ||
| 7872 | 9년 전 | 603 | ||
| 7871 | 9년 전 | 439 | ||
| 7870 | 9년 전 | 560 | ||
| 7869 | 9년 전 | 383 | ||
| 7868 | 9년 전 | 369 | ||
| 7867 | 9년 전 | 373 | ||
| 7866 | 9년 전 | 430 | ||
| 7865 | 9년 전 | 392 | ||
| 7864 | 9년 전 | 452 | ||
| 7863 | 9년 전 | 444 | ||
| 7862 | 9년 전 | 421 | ||
| 7861 | 9년 전 | 585 | ||
| 7860 | 9년 전 | 591 | ||
| 7859 | 9년 전 | 360 | ||
| 7858 | 9년 전 | 668 | ||
| 7857 | 9년 전 | 1017 | ||
| 7856 | 9년 전 | 472 | ||
| 7855 | 9년 전 | 692 | ||
| 7854 | 9년 전 | 694 | ||
| 7853 | 9년 전 | 521 | ||
| 7852 | 9년 전 | 467 | ||
| 7851 | 9년 전 | 441 | ||
| 7850 | 9년 전 | 535 | ||
| 7849 | 9년 전 | 311 | ||
| 7848 | 9년 전 | 350 | ||
| 7847 | 9년 전 | 576 | ||
| 7846 | 9년 전 | 400 | ||
| 7845 | 9년 전 | 365 | ||
| 7844 | 9년 전 | 361 | ||
| 7843 | 9년 전 | 366 | ||
| 7842 | 9년 전 | 364 | ||
| 7841 | 9년 전 | 349 | ||
| 7840 | 9년 전 | 354 | ||
| 7839 | 9년 전 | 387 | ||
| 7838 | 9년 전 | 474 | ||
| 7837 | 9년 전 | 315 | ||
| 7836 | 9년 전 | 356 | ||
| 7835 | 9년 전 | 434 | ||
| 7834 |
|
9년 전 | 1167 | |
| 7833 | 9년 전 | 373 | ||
| 7832 | 9년 전 | 360 | ||
| 7831 | 9년 전 | 494 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기