ȸ¿ø°¡ÀԡžÆÀ̵ð/ºñ¹øã±â
ȨÀ¸·Î

¹öÆ° Ŭ¸¯½Ã ¿­¸®´Â ·¹À̾î Æ˾÷ À̵¿°¡´ÉÇÑ ·¹ÀÌ¾î ¸¸µé±â
12³â Àü
¿ì¼± ¸Þ¸ðÀåÀ» ¿­°í ¾Æ·¡¼Ò½º¸¦ º¹»ç ÈÄ Layer.js À̸§À¸·Î ÀúÀåÇÕ´Ï´Ù.



isIE=document.all;
isNN=!document.all&&document.getElementById;
isN4=document.layers;
isHot=false;

function ddInit(e){
topDog=isIE ? "BODY" : "HTML";
whichDog=isIE ? document.all.divpop : document.getElementById("divpop");
hotDog=isIE ? event.srcElement : e.target;
while (hotDog.id!="titleBar"&&hotDog.tagName!=topDog){
hotDog=isIE ? hotDog.parentElement : hotDog.parentNode;
}
if (hotDog.id=="titleBar"){
offsetx=isIE ? event.clientX : e.clientX;
offsety=isIE ? event.clientY : e.clientY;
nowX=parseInt(whichDog.style.left);
nowY=parseInt(whichDog.style.top);
ddEnabled=true;
document.onmousemove=dd;
}
}

function dd(e){
if (!ddEnabled) return;
whichDog.style.left=isIE ? nowX+event.clientX-offsetx : nowX+e.clientX-offsetx;
whichDog.style.top=isIE ? nowY+event.clientY-offsety : nowY+e.clientY-offsety;
return false;
}

function ddN4(whatDog){
if (!isN4) return;
N4=eval(whatDog);
N4.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP);

N4.onmousedown=function(e){
N4.captureEvents(Event.MOUSEMOVE);
N4x=e.x;
N4y=e.y;
}
N4.onmousemove=function(e){
if (isHot){
N4.moveBy(e.x-N4x,e.y-N4y);
return false;
}
}
N4.onmouseup=function(){
N4.releaseEvents(Event.MOUSEMOVE);
}
}

function hideMe(){
if (isIE||isNN) whichDog.style.visibility="hidden";
else if (isN4) document.divpop.visibility="hide";
}

function showMe(){
if (isIE||isNN) whichDog.style.visibility="visible";
else if (isN4) document.divpop.visibility="show";
}

document.onmousedown=ddInit;
document.onmouseup=Function("ddEnabled=false");



      function ViewLayer(){

        document.getElementById("divpop").style.display='inline'

     }

        function close_Layer(){

        document.getElementById("divpop").style.display='none'

     }







ÀúÀåÇÑ µÚ..

°èÁ¤¿¡ ¾÷·Îµå ÇÏ°í..

ºÒ·¯¿É´Ï´Ù. Çصå»çÀÌ¿¡ ³Ö¾îÁÖ¼¼¿ä.

<head>
<script language="javascript" src="°èÁ¤°æ·Î/Layer.js"></script>

</head>





¹öÆ°¿¡ ¸µÅ©°É±â - À̹öÆ°À» Ŭ¸¯½Ã ·¹À̾îÆ˾÷ÀÌ ¿­¸³´Ï´Ù.

<a href="javascript:ViewLayer();"><img src="°èÁ¤/¹öÆ°.gif" border"0"></a>





</body> À§¿¡ ¾Æ·¡¼Ò½º¸¦ ³Ö½À´Ï´Ù.



<div id="divpop" style="position:absolute; top:120; left:100px; z-index:200; display:none;">
<table cellpadding="5" cellspacing="0" bgcolor="#FFFFFF" border="5" bordercolor="#424242">
<tr>
<td id="titleBar" style="cursor:move" width="100%" align="center">
<ilayer width="100%" onSelectStart="return false">
<layer width="100%" onMouseover="isHot=true;if (isN4) ddN4(divpop)" onMouseout="isHot=false">
<img src="À̹ÌÁö.gif" border="0">
</layer>
</ilayer>
</td>
</tr>
<tr>
<td align="right" height="10" bgcolor="#424242">
<a href="javascript:close_Layer();"><img src="´Ý±â¹öÆ°.gif" border="0"></a>
</td>
</tr>
</table>
</div>





À§ÀÇ ¼Ò½ºÁß¿¡¼­.. <img src="À̹ÌÁö.gif" border="0"> ºÎºÐÀ» ¼öÁ¤Çϼż­ »ç¿ëÇÏ½Ã¸é µË´Ï´Ù.

À̹ÌÁö»Ó¸¸ ¾Æ´Ï¶ó ÀÀ¿ëÇÏ½Ã¸é ¿©·¯°¡Áö¸¦ ³ÖÀ¸½Ç ¼ö ÀÖ½À´Ï´Ù.

¶ÇÇÑ ÇöÀç´Â ´Ý±â¹öÆ°ÀÌ À̹ÌÁö·Î µÇ¾îÀÖÁö¸¸ À̰ͶÇÇÑ ¼öÁ¤Çؼ­ »ç¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.

·¹À̾îÆ˾÷ Å׵θ® »ö»ó ¹× µÎ²²µµ ÃëÇâ¿¡ ¸ÂÃç ¼öÁ¤ÇÏ¿© »ç¿ëÇÏ½Ã¸é µË´Ï´Ù.
ÃßõÃßõ : 743 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
2,885
input ÀÔ·Â ÇÊµå ¾ÕµÚ °ø¹é ½Ç½Ã°£ Á¦°Å
2,884
Placeholder Æ÷Ä¿½º½Ã °¨Ãß±â
2,883
MySQL Áߺ¹µÈ µ¥ÀÌÅ͸¦ »èÁ¦
2,882
MySQL Áߺ¹ µ¥ÀÌÅÍ È®ÀÎ
2,881
sessionStorage.getItem ¿Í sessionStorage.setItem
2,880
Á¦ÀÌÄõ¸® ·£´ýÀ¸·Î ¹è°æ»ö º¯°æ
2,879
preg match¿¡ °üÇÑ Á¤±Ô½Ä
2,878
Stream an audio file with MediaPlayer ¿Àµð¿À ÆÄÀÏ ½ºÆ®¸®¹Ö Çϱâ
2,877
Audio Streaming PHP Code
2,876
PHP $ SERVER ȯ°æ º¯¼ö Á¤¸®
2,875
Vimeo (ºñ¸Þ¿À) API ¸¦ »ç¿ëÇÏ¿© Ç÷¹À̾î ÄÁÆ®·ÑÇϱâ
2,874
iframe »ç¿ë½Ã ÇÏ´Ü¿¡ ¹ß»ýÇÏ´Â °ø¹é Á¦°Å¹æ¹ý
2,873
¾ÆÀÌÇÁ·¹ÀÓ(iframe) Àüüȭ¸é °¡´ÉÇÏ°Ô Çϱâ
2,872
ºÎÆ®½ºÆ®·¦(bootstrapk)¿¡¼­ »ç¿ëÇÏ´Â class¸í Á¤¸®
2,871
ºÎÆ®½ºÆ®·¦ CSS
2,870
Å©·Ò¿¡¼­ ¸¶Áø Á¶Àý
2,869
PHP ÇöÀç ÆäÀÌÁöÀÇ µµ¸ÞÀθíÀ̳ª urlµîÀÇ Á¤º¸ ¾Ë¾Æ¿À±â
2,868
PHP preg match all()
2,867
PHP ·Î À¥ÆäÀÌÁö ±Ü¾î¿À±â ¸ðµç ¹æ¹ý ÃÑÁ¤¸®!
2,866
[PHP] ¿ø°ÝÁö ÆÄÀÏ ÁÖ¼Ò ³ëÃâ ¾ÈÇÏ°í curl·Î ´Ù¿î·Îµå ¹Þ±â
2,865
PHP ÇÔ¼ö Á¤¸®
2,864
¾ÆÀÌÇÁ·¹ÀÓ(iframe) ºñÀ² À¯ÁöÇϸ鼭 Å©±â Á¶ÀýÇÏ´Â ¹æ¹ý
2,863
PHP ¹è¿­¿¡¼­ ¹«ÀÛÀ§·Î Çϳª »Ì¾ÆÁÖ´Â array rand() ÇÔ¼ö
2,862
PHP Á¤±Ô½Ä Á¤¸®
2,861
PHP Á¤±Ô½ÄÀ» È°¿ëÇÑ ÅÂ±× ¹× ƯÁ¤ ¹®ÀÚ¿­ Á¦°Å ¹× ÃßÃâ ¹æ¹ý
2,860
php Å©·Ñ¸µ ¶Ç´Â ÆÄ½Ì ÇÔ¼ö, Á¤±Ô½Ä ¸ðÀ½
2,859
Á¦ÀÌÄõ¸® ±âº» ¸í·É¾î
2,858
À¥ÆäÀÌÁö °¡·Î ¸ðµå¼¼·Î ¸ðµå ÀνÄÇϱâ
2,857
¸ð¹ÙÀÏ À¥ È­¸é °­Á¦ ȸÀü(°¡·Î¸ðµå °íÁ¤)
2,856
[HTML5]¿¡¼­ frameset ´ëü ¹æ¹ý°ú iframe ¼Ó¼º
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.