I

이 소스를 쿠키 적용시킬수잇을까요~ 도와주세요~

<HTML>
<HEAD>
    <TITLE>BLUE-B</TITLE>
</HEAD>

<BODY>

<div id="movmenu" style="position:absolute; visibility:show; left:20px; top:20px; z-index:2">
<table border=0 cellpadding=4 cellspacing=1 border=0 width=150 bgcolor=555555>
<tr bgcolor=efefef>
    <td>
        <img src=http://www.blueb.co.kr/SRC/javascript/image/dot01.gif align=absmiddle> <a href="#">Your Link1</a><br>
        <img src=http://www.blueb.co.kr/SRC/javascript/image/dot01.gif align=absmiddle> <a href="#">Your Link2</a><br>
        <img src=http://www.blueb.co.kr/SRC/javascript/image/dot01.gif align=absmiddle> <a href="#">Your Link3</a><br>
        <img src=http://www.blueb.co.kr/SRC/javascript/image/dot01.gif align=absmiddle> <a href="#">Your Link4</a><br>
    </td>
</tr>
<tr bgcolor=0 onmousedown="InitializeMove()" style="cursor:move;">
    <td align=center style="font-family:tahoma;font-size:8pt;color:white"><B>Drag</B> (Double Click STOP)</td>
</tr>
</table>
</div>

<div id="emptycell" style="position:absolute; visibility:show; left:-70px; top:-70px; z-index:2"></div>
<script language="JavaScript1.2">
<!--
var XX = 0;
var YY = 0;
var cur_one = "emptycell"
var moving = false;
var xpos1 = 20;
var ypos1 = 20;
var myX = 0;
var myY = 0;

function InitializeMove() {
    cur_one = "movmenu";
    XX = eval("xpos1");
    YY = eval("ypos1");
}

function CaptureMove() {
    if (document.layers) document.captureEvents(Event.MOUSEMOVE);
}

function EndMove() {
    if (document.layers) document.releaseEvents(Event.MOUSEMOVE);

        cur_one = "emptycell"
        moving = false;
        document.close();
}

function WhileMove() {

  if (document.all) {
    eval(cur_one+".style.left="+myX);
    eval(cur_one+".style.top="+myY);
  }
 
  if (document.layers) {
    eval("document."+cur_one+".left="+myX);
    eval("document."+cur_one+".top="+myY);
  }
}

function MoveHandler(e) {

    myX = (document.all) ? event.clientX : e.pageX;
    myY = (document.all) ? event.clientY : e.pageY;

      if (!moving) {
        diffX =  XX - myX;
        diffY = YY - myY;
        moving = true;
      if (cur_one == "emptycell") moving = false;
    }
    myX += diffX;
    myY += diffY;

      if (moving) {
        xpos1 = myX;
        ypos1 = myY;
      }

    WhileMove();
}

function ClearError() {
return true;
}

if (document.layers) {
    document.captureEvents(Event.CLICK);
    document.captureEvents(Event.DBLCLICK);
}

    document.onmousemove = MoveHandler;
    document.onclick = CaptureMove;
    document.ondblclick = EndMove;
    window.onerror = ClearError;

WhileMove();
//-->
</script>


위에 소스를 쿠키적용시켜서 페이지 이동되도 옮긴 자리 그대로 있을수 잇을까요?
글구 브라우저를 껐을때는 쿠키가 사라지게끔 가능한가요~

도와주세요~ 부탁드려효~ ㅎㅎ

|

댓글 1개

번지를 잘못 찾으신듯
http://sir.co.kr/bbs/board.php?bo_table=g4_qa
댓글을 작성하시려면 로그인이 필요합니다.

자유게시판

+
제목 글쓴이 날짜 조회
18년 전 조회 2,683
18년 전 조회 3,099
18년 전 조회 2,579
18년 전 조회 2,456
18년 전 조회 2,476
18년 전 조회 2,838
18년 전 조회 2,554
18년 전 조회 2,942
18년 전 조회 2,513
18년 전 조회 2,450
18년 전 조회 2,328
18년 전 조회 2,469
18년 전 조회 3,548
18년 전 조회 2,194
18년 전 조회 2,208
18년 전 조회 2,350
18년 전 조회 4,050
18년 전 조회 3,774
18년 전 조회 2,481
18년 전 조회 2,646
18년 전 조회 2,619
18년 전 조회 2,433
18년 전 조회 3,467
18년 전 조회 2,680
18년 전 조회 2,422
18년 전 조회 2,551
18년 전 조회 2,736
18년 전 조회 2,473
18년 전 조회 3,125
18년 전 조회 2,461