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


ÅÂ±× ½ºÅ©¸³Æ® ¾ÏȣȭÇϱâ
12³â Àü
<html>
<head>
<title>xtx.kr</title>
<script>
msg = false;
dum = 1;
        //-- dum Àº 1 ¿¡¼­ 5 ±îÁö ÃëÇâ¿¡ ¸Â°Ô ¼±ÅÃÇϼ¼¿ä
        //-- ÀÌ ¼ýÀÚ°¡ 0 ÀÌ¸é ¾Ïȣȭ°¡ µÇÁö ¾Ê½À´Ï´Ù.
        //-- 1¿¡¼­ 5Á¤µµ°¡ Àû´çÇÕ´Ï´Ù..
              
function encode()  {
        myObj = document.myform.aaa;
        str = escape(myObj.value);
        end_num = str.length - 1;
        encode_str = '';
  
        befstr =   '<html><head><title></title><sc'
                 + 'ript>str2 = "'
        aftstr =   '";eh = "";for(k=0;k<str2.length;k++)'
                 + '{eh+=String.fromCharCode(str2.charCodeAt(k) - ' + dum + ');}'
                 + 'document.write(unescape(eh));</scr'
                 + 'ipt><body></body></html>'



        for(i=0;i<=end_num;i++)   {
           //if(str.charCodeAt(i)==9) i++;
           key = 1*str.charCodeAt(i) + dum;
           encode_str += String.fromCharCode(key);
           }
        document.myform.aaa.value = befstr + encode_str + aftstr;
        }


function getstr(value)   {

   var cs = document.myform.aaa.value;
   var str_num = cs.indexOf(value);    
   return str_num;          
   }
    

function decode()   {

   myObj = document.myform.aaa;
   str = myObj.value;
   //dum = 40000;
   //-- À§¿¡ ´ýÀ̶û °°Àº ¼ýÀÚ·Î...^..^
   decode_str = '';
   str_start = getstr('str2 = "') + 'str2 = "'.length;
   str_end = getstr('";eh');
  for(i=str_start;i<str_end;i++)  {
      key = 1*str.charCodeAt(i) - dum;
      decode_str += String.fromCharCode(key);
      }
  document.myform.aaa.value = unescape(decode_str);
}

function view_source()   {
  abab = prompt('ÆäÀÌÁöÀÇ ÁÖ¼Ò¸¦ ½á ³ÖÀ¸¼¼¿ä','http://');
  window.location = 'view-source:' + abab;
  }
</script>


</head>
<body bgcolor=#aaaaaa>

<form name=myform>
<table border=1>
<tr><td>
<textarea name=aaa ROWS=15 COLS=50></textarea>
</td>
</tr>
<tr>
<td align=center>
<input type=button name=ccc value='ÀÎÄÚµù' onclick='encode();'>
<input type=button          value='µðÄÚµù' onclick='decode();'>
<input type=reset name=ddd value='´Ù½Ã'>
<input type=button value='¼Ò½ººÒ·¯¿À±â' onclick='view_source();'>
</td></tr>

</table>
</form>  
</body>
</html>
ÃßõÃßõ : 496 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
2,375
È÷¾î´Ú ¹®¹ý
2,374
Á¤±Ô½ÄÀÇ °³³ä
2,373
php ¸¹À̾²´Â ÇÔ¼öÁ¤¸®
2,372
À¯´ÏÄÚµå ÀÎÄÚµùÇϱâ
2,371
Å䷻Ʈ°Ë»ö±â
2,370
À¥ °èÁ¤¿¡¼­ Áö¿öÁöÁö ¾Ê´Â Æú´õ ¹× ÆÄÀÏ »èÁ¦ÇÏ´Â ¹æ¹ý
2,369
Çؽ÷κÎÅÍ Áֹεî·Ï¹øÈ£ º¹È£È­
2,368
°£´ÜÇÑ PHP ¹®¹ý
2,367
[PHP ±âÃÊ] º¯¼ö, »ó¼ö
2,366
À©µµÁî¿¡¼­ÀÇ Apahch ¼³Ä¡¹ý
2,365
±ÛÀÚ ±úÁü ¾øÀÌ ¹®ÀÚ¿­ ÀÚ¸£±â(hex2bin ÇÔ¼ö ÀÌ¿ë)
2,364
°èÁ¤(HDD) »ç¿ë·® Ãâ·ÂÇϱâ
2,363
Mysql DB»ç¿ë·® Ãâ·ÂÇϱâ
2,362
ÇöÀç Æ®·¡ÇÈ Ãâ·ÂÇϱâ
2,361
¹®ÀÚ¿­ ó¸® ÇÔ¼ö + ÆÄÀÏ Ã³¸® ÇÔ¼ö
2,360
(ÇÔ¼ö) max(°¡ÀåÅ« ¼ö),min(°¡Àå ÀÛÀº¼ö),sin,cos,tan,asin,acos,atan
2,359
php ¹®ÀÚ¿­ ÇÔ¼ö
2,358
Input ÇѱÛ/¿µ¾î Á¦¾îÇϱâ
2,357
ÅؽºÆ® ¾ÏȣȭÇϱâ
2,356
ÀÚµ¿À¸·Î ¹Ì¸®º¸±â °¡´ÉÇÑ Å±׿¬½ÀÀå
ÅÂ±× ½ºÅ©¸³Æ® ¾ÏȣȭÇϱâ
2,354
ÅÂ±× ½ºÅ©¸³Æ® ¾Ïȣȭ 2
2,353
½ºÆÔ¸·±â À̸ÞÀÏ ¸µÅ© ¼Ò½º »ý¼º±â
2,352
¸¶ÄûÅÂ±× marquee »ý¼º±â
2,351
Æ˾÷ »õâ¼Ò½º »ý¼º±â
2,350
Æ˾÷ »õâ¼Ò½º ¸¶¹ý»ç
2,349
Æû(ÀԷ¹ڽº ¹öÆ° µî) »ý¼º ¸¶¹ý»ç
2,348
HTML -> ÀÚ¹Ù½ºÅ©¸³Æ® Javascript º¯È¯±â
2,347
byte,kbyte,Mbyte,Gbyte ¹ÙÀÌÆ® º¯È¯
2,346
ÇÑ±Û ÀÚ¸£±â ÇÒ¶§¿¡ ±úÁö´Â Çö»óÀÌ ¹ß»ýÇÒ°æ¿ì
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.