1. JavaScript / Говнокод #3602

    +194

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    function gopic(piciden) {
    piciden=piciden*1;
      if (piciden<0) {
        eval("document.risunki.ris0"+piciden+".disabled=true")
        eval("document.risunki.mark0"+piciden+".disabled=true")
        eval("mark=document.risunki.mark0"+piciden+".options[document.risunki.mark0"+piciden+".selectedIndex].value")
        }
      else {
        eval("document.risunki.ris"+piciden+".disabled=true")
        eval("document.risunki.mark"+piciden+".disabled=true")
        eval("mark=document.risunki.mark"+piciden+".options[document.risunki.mark"+piciden+".selectedIndex].value")
        }
      }
    
    function check_data(elem){
    a=0
    }

    Запостил: 3.14159265, 30 Июня 2010

    Комментарии (14) RSS

    • да я тут нашел жилу наполненую коричневым золотом до краев
      не хочу усрусить, потому постю вкоментарии.
      не кидайтесь в меня...

      function Showkament(id){
      id=id*1
      var menu = 'textper0'
      if(document.all(menu) != null){
      if(document.all(menu).style.display == 'none')
      {document.all(menu).style.display = '';}
      else{document.all(menu).style.display = 'none';}
      }
      var menu = 'textper1'
      if(document.all(menu) != null){
      if(document.all(menu).style.display == 'none')
      {document.all(menu).style.display = '';}
      else{document.all(menu).style.display = 'none';}
      }
      var menu = 'textper2'
      if(document.all(menu) != null){
      if(document.all(menu).style.display == 'none')
      {document.all(menu).style.display = '';}
      else{document.all(menu).style.display = 'none';}
      }
      }

      function repl_str(str,what,towhat){
      var per1=str;
      var point=what;
      abl="";
      for(a=0; a<per1.length;a++){
      if ( per1.substring(a,a+point.length)==point ){
      abl=per1.substring(0,a)+towhat+per1.subs tring(a+point.length,per1.length);
      }
      }
      return abl
      }
      Ответить
    • document.risunki — это document.images? А piciden — это ник автора? Только писиден мог написать такой кал ))
      Ответить
    • >piciden=piciden*1;
      Мне интересно, а чем эта конструкция может быть обусловлена? Она эксплуатирует какую-то особенность языка?
      Ответить
      • Приводится тип к number таким остроумным способом
        Ответить
    • показать все, что скрытоvanished
      Ответить
    • показать все, что скрытоvanished
      Ответить

    Добавить комментарий