Form analysis
1 forms found in the DOM
Name: form1 —
POST ./
<form name="form1" method="post" action="./" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJOTk2MDA3NzM2ZGSlU0eiZrgtACUIoAZYtG2rneCwKPMV9ZxvpWOM3qbGEQ==">
</div>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAARIHqz7et4qy/MuKhdEhq5wvLK2HfrXWwp1oIw5koUjnF7PEve7PF72zY1hdvr66jeJTqXDBFoEe2XOwt9tmmWnaUllXknoh+ASkVQJVkNQkOVjayGBSjzh1s7seoBkvRA=">
</div>
<div class="input_wrapper" id="input_wusu">
<label id="lblusu">Usuario</label>
<input name="Tusuario" type="text" id="Tusuario" style="width:176px;">
</div>
<div class="input_wrapper" id="input_wcon">
<label id="lblcon">Clave</label>
<input name="Tclave" type="password" id="Tclave" style="width:176px;">
</div>
<div class="input_button">
<input type="submit" name="B_Ingresar" value=" " onclick="return validaLogin();" id="B_Ingresar" class="ingresar">
</div>
<div id="lblerror" style="display:none;"></div>
</form>