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


ÅÂ±× ½ºÅ©¸³Æ® ¾ÏȣȭÇϱâ
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>
ÃßõÃßõ : 494 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
305
pre °¨½Î´Â ³»¿ë ÀÚµ¿ ÁÙ¹Ù²Þ ½ÃÅ°±â
304
jquery ½ºÅ©·Ñ ÆäÀÌ¡, jquery infinite scroll
303
Á¦ÀÌÄõ¸®(JQuery), CSS3, HTML5 È¿°ú Æ©Å丮¾ó ¸ðÀ½
302
»õ·Î°íħ ÇØ¾ß ÆäÀÌÁö³»¿ëÀÌ Á¦´ë·Î º¸ÀÌ´Â Çö»ó ÇØ°á¹ý
301
HTML ű×Ç¥ ÃÑÁ¤¸®
300
Ç÷¡½¬ ¾×¼Ç fscommand ¸í·ÉÀÇ Á¾·ù
299
RSS ¸®´õ±â
298
Å䷻Ʈ°Ë»ö±â
297
ÅؽºÆ® ¾ÏȣȭÇϱâ
296
ÀÚµ¿À¸·Î ¹Ì¸®º¸±â °¡´ÉÇÑ Å±׿¬½ÀÀå
ÅÂ±× ½ºÅ©¸³Æ® ¾ÏȣȭÇϱâ
294
ÅÂ±× ½ºÅ©¸³Æ® ¾Ïȣȭ 2
293
½ºÆÔ¸·±â À̸ÞÀÏ ¸µÅ© ¼Ò½º »ý¼º±â
292
¸¶ÄûÅÂ±× marquee »ý¼º±â
291
Æ˾÷ »õâ¼Ò½º »ý¼º±â
290
Æ˾÷ »õâ¼Ò½º ¸¶¹ý»ç
289
Æû(ÀԷ¹ڽº ¹öÆ° µî) »ý¼º ¸¶¹ý»ç
288
HTML -> ÀÚ¹Ù½ºÅ©¸³Æ® Javascript º¯È¯±â
287
byte,kbyte,Mbyte,Gbyte ¹ÙÀÌÆ® º¯È¯
286
Çü½ÄÀÌ ´Ù¸¥ ¿¢¼¿ ÆÄÀÏ DB¿¡ ¿Ã¸®±â
285
google api ¸¦ ÀÌ¿ëÇÑ ÂªÀº url ¸¸µé±â - curl »ç¿ë
284
[jquery] À̹ÌÁö tag onerror ó¸®
283
css ¼Ó¼ºµé:ÁÙ°£°Ý, ÀÚ°£, ´Ü¾î °£°Ý
282
È®ÀÎ, Ãë¼Ò ¹öÆ° µÎ °³ ³ª¿À´Â alert â ¸¸µé±â
281
Á¢±Ù¼ºÀ» ÇØÄ¡Áö ¾Ê´Â ÀÚ¹Ù½ºÅ©¸³Æ®ÀÇ »ç¿ë
280
ºê¶ó¿ìÀúº° CSS Hack Á¤¸®
279
ÀͽºÇ÷η¯ ¹öÀüº° CSS Àû¿ë¹æ¹ý
278
JQuery¶õ °ú¿¬ ¹«¾ùÀΰ¡?
277
jQueryÀÇ ±âº»ÀÌ µÇ´Â jQuery/Core¿¡ ´ëÇØ ¾Ë¾Æº¸ÀÚ!!
276
À¥Ç¥ÁØ W3C : ÀÚµ¿¿Ï¼º ±â´É ²ô±â autocomplete off
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.