Bobrov
Постоялец
- Регистрация
- 7 Авг 2008
- Сообщения
- 145
- Реакции
- 13
- Автор темы
- #1
Объясните как это работает, что куда передается, я понимаю как работают формы, но зачем сделана такая конструкция? Зачем ява?
Особенно вопрос к этим строчкам
Код:
<form onsubmit="javascript: showBusyLayer()" method="post" action=''>
<input type="hidden" name="do" value="search" />
<input type="hidden" name="subaction" value="search" />
<table width="277" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="186" align="left"><input name="story" type="text" class="s_field" style="width:180px; height:16px;" /></td>
<td width="70" align="right"><input type="image" style="width:66px; height:20px; border:0" src="{THEME}/images/dlet_bttn_search.gif" /></td>
<td width="20" align="left"> </td>
</tr>
</table>
</form>
Особенно вопрос к этим строчкам
Код:
<form onsubmit="javascript: showBusyLayer()" method="post" action=''>
<input type="hidden" name="do" value="search" />
<input type="hidden" name="subaction" value="search" />