Jump to content

Just

Newbie
  • Posts

    2
  • Joined

  • Last visited

Just's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. function checkStr () { str = document.formName.inputName.value; // получаем значение поля ввода str = str.split (""); // разбиваем строку на массив из символов flag = 0; for (i=0;i<str.length;i++) { if (str[i]==".") {flag++} // флаг плюсуется, если найдена точка } if (flag>1) {/*код, который должен быть выполнен, если точек больше одной*/} }
  2. Приветствую. Тема такая: <div style='padding:20px; width:300px; height:100px; border:1px solid #000;'> <div style='padding:10px; width:200px; height:70px; border:1px solid #000;'> </div> </div> В итоге: - Хром - Ослик - Тормозилла Wtf и как с этим бороться?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy