Показать сообщение отдельно
  #3 (permalink)  
Старый 02.07.2013, 12:42
lon lon вне форума
Новичок на форуме
Отправить личное сообщение для lon Посмотреть профиль Найти все сообщения от lon
 
Регистрация: 02.07.2013
Сообщений: 4

Вот примеры :)
Сообщение от ksa Посмотреть сообщение
От тебя ждем тестовые примеры...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<p><input type="radio" name="blocks" value="#1" checked="checked" />
1<br />
<input type="radio" name="blocks" value="#2" />
2</p>

  <div id="1" class="blocks"> <fieldset>
 <form name="form2" method="post" action="">
            <label>
              <textarea name="p6" id="p6" cols="57" rows="1"></textarea>
            </label>
          </form>
          </fieldset>
</div>

<div id="2" class="blocks"> <fieldset>
<table width="313" border="0">
      <tr>
        <td width="180"><ul>
          <li>ааа</li>
        </ul></td>
        <td width="77"><input type="text" name="p5" id="p5" size="5"
        ></td>
      </tr>
      <tr>
        <td><ul>
          <li>ббб</li>
        </ul></td>
        <td><input type="text" name="p7" id="p7" size="5"
        ></td>
      </tr>
      <tr>
        <td><ul>
          <li>ввв</li>
        </ul></td>
        <td><input type="text" name="p8" id="p8" size="5"
        ></td>
      </tr>
    </table> </fieldset>
</div>

Количество:
  <select name="blanks" id="blanks">
    <option>1</option>
    <option>2</option>
    <option>3</option>
    <option>4</option>
  </select> 

 <div>
<table width="957" border="0">
         <tr>
    <td width="158">ФИО</td>
    <td width="789"><input name="12" type="text" value="" size="35">
      <input name="13" type="text" value="" size="40">
      <input name="1" type="text" value="" size="40"></td>
  </tr>
  <tr>
    <td><p>Удостоверение личности</p></td>
    <td><input name="14" type="text" value="" size="10">
      <input name="15" type="text" value="" size="20"></td>
  </tr>
  
</table> </div>

</body>
</html>

</body>
Ответить с цитированием