Показать сообщение отдельно
  #7 (permalink)  
Старый 09.09.2016, 15:08
fbb fbb вне форума
Новичок на форуме
Отправить личное сообщение для fbb Посмотреть профиль Найти все сообщения от fbb
 
Регистрация: 09.09.2016
Сообщений: 8

Код:
<form enctype="multipart/form-data" method="post" action="sc/list.php">
    <div>
      <span> <strong>Часовий інтервал:</strong></span>
      <span style="margin-left:5%;"> <strong>з</strong></span>
      <span> <input type="text" id="z" name="z" readonly="readonly" value="01.08.2016" size="10" onclick="showcalendar(this)"/>
</span>
      <span> <strong>по</strong></span>
      <span><input type="text" id="po" name="po" readonly="readonly" value="31.08.2016" size="10" onclick="showcalendar(this)"/></span>
    </div>
   
 <div style="width:20%;margin-left:13%;margin-top:2%"><span><input type="submit" id="btn" value="Поиск">
   <input type="reset" value="Очистить"></p></span></div>
  <DIV style="margin-left:0%;margin-top:1%;">
      <iframe id="list" src="list.php"    width="50%" height="80%" style="position:absolute;visibility:visible" frameborder="0"></iframe>  
    </DIV>       
 </form>
Ответить с цитированием