Form analysis
1 forms found in the DOM
Name: login —
POST /boafrm/formLoginCookie
<form action="/boafrm/formLoginCookie" id="form_login" method="POST" name="login">
<div class="data_common data_common_notitle" id="login">
<table>
<tbody>
<tr>
<th width="25%">Введите имя пользователя</th>
<td><input type="text" id="username" name="login"></td>
</tr>
<tr>
<th width="25%">Введите пароль</th>
<td><input type="password" id="password" name="pass"></td>
</tr>
<tr>
<td id="login_warning" style="display:none">
<div style="color: red; font-size: 14px;"> Внимание! Были произведены попытки войти с неправильным именем пользователя и/или паролем!</div>
</td>
</tr>
</tbody>
</table>
<div class="adsl clearfix btn_center">
<input id="next_link" type="hidden" name="next_link" value="/">
<input id="credit" type="hidden" name="credit">
<input class="link_bg" type="submit" name="continue" onclick="return flogin();" value="Войти">
</div>
</div>
<div class="data_common data_common_notitle" id="wait" style="display:none">
<table>
<tbody>
<tr>
<td class="data_prompt_td_info"> Превышено количество попыток! </td>
</tr>
<tr>
<td class="data_prompt_td_info">Подождите: <span id="show_sec"></span> секунд из 60</td>
</tr>
</tbody>
</table>
</div>
</form>