팝업창 오늘 하루 안뜨기 소스좀 가르켜 주세요
팝업창 띄울때 오늘하루 안뜨기 소스랑 적용 방법좀 가르켜 주세요 ㅠㅠ
잘 안되네요
댓글 2개
aequum
13년 전
<script>
(function() {
var pop = [
['test2.html','name1','width=200,height=200'],
['test2.html','name2','width=200,height=200']
]
function _disablePop(win) {
var expires = new Date();
var name = win.name;
expires.setDate(expires.getDate()+1);
expires = expires.toGMTString();
cookies = '_aequum_'+name+'=ung ; path=/ ;expires=' + expires + ';';
document.cookie = cookies;
win.close();
}
function _checkPop() {
for (var i=0 ; i < pop.length; i++) {
var name = '_aequum_' + pop[i][1];
if (document.cookie.indexOf(name) > -1 ) continue
else window.open(pop[i][0],pop[i][1],pop[i][2])
}
}
window._disablePop = _disablePop;
_checkPop();
})();
</script>
작성해봤어요. 위와 같은 소스를 본래 창에 넣고요
팝업창 닫기 버튼은 해당 팝업창에서
<span onclick="opener._disablePop(self);">
하루창닫기
</span>
이런식으로 넣으면 됩니다.
좀 급조한 맛이? 다시 화면에 뛰우고 싶으면 브라우저 쿠키를 지우면 됩니다.
(function() {
var pop = [
['test2.html','name1','width=200,height=200'],
['test2.html','name2','width=200,height=200']
]
function _disablePop(win) {
var expires = new Date();
var name = win.name;
expires.setDate(expires.getDate()+1);
expires = expires.toGMTString();
cookies = '_aequum_'+name+'=ung ; path=/ ;expires=' + expires + ';';
document.cookie = cookies;
win.close();
}
function _checkPop() {
for (var i=0 ; i < pop.length; i++) {
var name = '_aequum_' + pop[i][1];
if (document.cookie.indexOf(name) > -1 ) continue
else window.open(pop[i][0],pop[i][1],pop[i][2])
}
}
window._disablePop = _disablePop;
_checkPop();
})();
</script>
작성해봤어요. 위와 같은 소스를 본래 창에 넣고요
팝업창 닫기 버튼은 해당 팝업창에서
<span onclick="opener._disablePop(self);">
하루창닫기
</span>
이런식으로 넣으면 됩니다.
좀 급조한 맛이? 다시 화면에 뛰우고 싶으면 브라우저 쿠키를 지우면 됩니다.
13년 전
와우 감사합니다... 해봐야하겠지만~~~~
저같은 prg 쑥맥도 가능할까여?
------------------------------
해봤는데, 액티브x 허용 이런게 나오는데,
이건 어쩔수 없는건가용?
저같은 prg 쑥맥도 가능할까여?
------------------------------
해봤는데, 액티브x 허용 이런게 나오는데,
이건 어쩔수 없는건가용?
게시글 목록
| 번호 | 제목 |
|---|---|
| 7405 | |
| 7401 | |
| 7398 | |
| 7392 | |
| 7385 | |
| 7373 | |
| 7370 | |
| 7365 | |
| 7359 | |
| 6754 | |
| 6750 | |
| 6740 | |
| 9068 | |
| 9055 | |
| 6729 | |
| 6709 | |
| 6701 | |
| 6698 | |
| 6696 | |
| 6685 | |
| 6681 | |
| 6679 | |
| 6671 | |
| 7338 | |
| 6666 | |
| 6658 | |
| 6644 | |
| 6631 | |
| 6619 | |
| 6602 | |
| 6597 | |
| 6590 | |
| 6579 | |
| 6573 | |
| 6568 | |
| 6565 | |
| 6564 | |
| 6559 | |
| 6554 | |
| 6553 | |
| 6550 | |
| 6543 | |
| 6540 | |
| 6538 | |
| 6536 | |
| 6531 | |
| 6529 | |
| 6515 | |
| 6511 | |
| 6507 | |
| 6504 | |
| 6499 | |
| 6493 | |
| 6492 | |
| 6481 | |
| 6470 | |
| 7316 |
기타
메인시안
21
|
| 6468 | |
| 6465 | |
| 6462 | |
| 6458 | |
| 6456 | |
| 6442 | |
| 6437 | |
| 6432 | |
| 7281 | |
| 6427 | |
| 6424 | |
| 6419 | |
| 6411 | |
| 6404 | |
| 6394 | |
| 6392 | |
| 6380 | |
| 6375 | |
| 6372 | |
| 6369 | |
| 6365 | |
| 6360 | |
| 6357 | |
| 6352 | |
| 6349 | |
| 6345 | |
| 7261 | |
| 6331 | |
| 6328 | |
| 6327 | |
| 6323 | |
| 6318 | |
| 6314 | |
| 6311 | |
| 6306 | |
| 6300 | |
| 6292 | |
| 6291 | |
| 6288 | |
| 6272 | |
| 6270 | |
| 6260 | |
| 6258 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기