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

    +144

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    function insertOpenTable() {
    	return "<table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" border=\"0\" class=\"footnote\">";
    }
    
    function insertCloseTable() {
    	return "</table>";
    }

    http://www.mts.ru/upload/images/script/js.js

    Запостил: Lure Of Chaos, 12 Августа 2010

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

    • Путь к файлу забавный, скрипт в /upload/images !
      А вообще что-то много с mts.ru сегодня =)
      Ответить
      • на хабре был топик, что сайт при наборе смс тормозит. решил глянуть исходник и охнул )
        Ответить
    • Напомнило...

      sub JavaS_Popup {
      my $url = shift;
      my $width = shift;
      my $height = shift;

      if ($width eq '') { $width = "820"; }
      if ($height eq '') { $height = "600"; }

      print "<script language=JavaScript>
      <!--
      function TripodShowPopup() {
      var popupURL = \"$url\";
      var popup = window.open(popupURL,\"TripodPopup\",'to olbar=0," .
      "location=0,directories=0,status=0,menub ar=0,scrollbars=0," .
      "resizable=0,width=$width,height=$height ');
      popup.location = popupURL;
      }
      TripodShowPopup();
      // -->
      </script>\n";
      }
      Ответить

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