메뉴 건너뛰기

조회 수 7198 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
<style type="text/css">

#poplayer_No { position:absolute; font-family:굴림; font-size:12px; border:1px solid #000000;width:400; VISIBILITY: hidden;}

.notice { left:170; top:170; height:22; color:#ffffff; font-weight:bold; background-color:orange; padding:5; width:400; cursor:move;}

.contents { clear:both; width:320; height:280; padding:0}

.winClose { width:65; height:16; background-color:#ffffff; padding:5 5 0 5; font-weight:bold; cursor:pointer;}

</style>

<script language="javascript">

window.onload = function() {

    with(document) {

        getElementById("layer_move").onmousedown = function() { onMove_layer(1); }

        getElementById("htmlMove").onmousemove = getMove;

        getElementById("htmlMove").onmouseup = function() { onMove_layer(0); };    

        getElementById("notNote").onclick = function() { noticeClose('poplayer_No',1); };        

        getElementById("winClose").onclick = closeWin;

    }

}

//---------------------------------------------Layer Move---------------------------------------------------------//

var move_on, x_styleLeft, y_styleTop, x_accept, y_accept;

move_num = 0;

function onMove_layer(chk) {

    var val = document.getElementById("poplayer_No");

    if (chk ==1) {

        x_styleLeft = event.clientX - val.offsetLeft;

        y_styleTop = event.clientY - val.offsetTop;

    }

    move_num = chk;

}

function getMove() {

    var val = document.getElementById("poplayer_No")

    if (move_num == 1) {

        x_accept = event.clientX - x_styleLeft;

        y_accept = event.clientY - y_styleTop;

        if (x_accept > 1) { val.style.left = x_accept }

        if (y_accept > 1) { val.style.top = y_accept }

    }

}

//-------------------------------------------------PopCookies-----------------------------------------------------------------//

//팝업을 그만 띄운다.

function SetNoticeCookie(name, day) {

    var ExpDate = new Date();

    ExpDate.setDate(ExpDate.getDate() + day);

    document.cookie = name + "=" + escape("No") + "; path=; expires=" + ExpDate.toGMTString() + ";" 

}

//팝업창을 띄우기전 사용자의 쿠키를 체크

function getNoticeCookie(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 ""; 

}         

</script>

<body id="htmlMove">

<div id="poplayer_No" name="poplayer_No">

    <div class="notice" id="layer_move">▒  이벤트 안내 ▒</div>

    <div class="contents">

<table id="Table_01" style="width: 00px;" border="0" cellspacing="0" cellpadding="0" align="center">

<tbody>

<tr>

<td>팝업 내용</td>

</tr>

</tbody>

</table>

</div>

    <div style="text-align:bottom">

        <div style="text-align:right">

            <input type="checkbox" id="notNote">오늘 하루 뛰우지 않음 <span class="winClose" id="winClose">[ 닫기 ]</span>

        </div>

    </div>

</div>

<script language="javascript">

function noticeShow(divid){

    var divObj = document.getElementById(divid);

    divObj.style.visibility = "visible";

}

function noticeHide(divid) {

    var divObj = document.getElementById(divid);

    divObj.style.visibility = "hidden";

}

function noticeClose(divid, closday)

{

    noticeHide(divid);

    SetNoticeCookie(divid, closday);

}

function closeWin() { 

document.getElementById('poplayer_No').style.visibility = "hidden";

} 

if (getNoticeCookie('poplayer_No') != "No") {

     noticeShow('poplayer_No'); 

}

</script>

</body>



  1. No Image 01Sep
    by 조쉬
    2016/09/01 Views 7198 

    이동 가능한 레이어팝업 소스

  2. No Image 01Sep
    by
    2016/09/01 Views 6755 

    모바일 홈페이지로 자동 이동하는 방법....

  3. No Image 09Sep
    by
    2016/09/09 Views 7087 

    특정 HTML DOM 엘레멘트로 스크롤 이동하기

  4. 이클립스 실행할때 자신이 원하는 JDK 지정하는 방법

  5. JDK6 (Java SE Development Kit 6)이하 버전 다운로드 주소

  6. No Image 11Sep
    by
    2016/09/11 Views 5891 

    간단하게 우클릭 막는방법

  7. No Image 11Sep
    by
    2016/09/11 Views 5276 

    디자이너를 위한 레이어 탭 더 빠르게 만들기

  8. No Image 11Sep
    by
    2016/09/11 Views 6013 

    부드럽게 페이지 이동하기

  9. No Image 11Sep
    by
    2016/09/11 Views 5436 

    htaccess 자동으로 만들어주는 사이트

  10. No Image 11Sep
    by
    2016/09/11 Views 5570 

    input radio 체크유무 검사

  11. No Image 11Sep
    by
    2016/09/11 Views 5530 

    jquery 기본 엘리먼트 속성제어방법

  12. No Image 11Sep
    by
    2016/09/11 Views 6107 

    구구단 반복문,조건문 변경해서 만들기

  13. No Image 12Sep
    by
    2016/09/12 Views 5844 

    스타일로 제목 자르기

  14. No Image 21Sep
    by
    2016/09/21 Views 7023 

    onkeypress 키보드 이벤트 처리하는 법 – text, textarea

  15. No Image 21Sep
    by
    2016/09/21 Views 5667 

    javascript 에서 제공하는 3가지 종류의 팝업박스

  16. No Image 21Sep
    by
    2016/09/21 Views 7149 

    연관배열 사용하기

  17. No Image 21Sep
    by
    2016/09/21 Views 5663 

    arguments object

  18. No Image 21Sep
    by
    2016/09/21 Views 5987 

    함수의 arguments 를 이름(key)으로 접근하기

  19. No Image 21Sep
    by
    2016/09/21 Views 6116 

    현재시간 기준 날짜 계산

  20. No Image 21Sep
    by
    2016/09/21 Views 6962 

    쿠키(Cookie)에 값 저장하기

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 13 Next
/ 13

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved