4
| <![CDATA[<IFRAME STYLE="visibility:hidden;position:absolute;" ID="ifr_geral" ></IFRAME>]]>
|
141
| <![CDATA[<TABLE align="center" class="LabelCampo" style="position:relative; top:4px;" BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="90%">
<TR>
<TD align="middle" colspan="2" width="80%">
<TABLE CLASS="bordaTabelaContexto" BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
<TR>
<TD CLASS="labelTituloPagina">
;Esqueci a Senha
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD align="middle" colspan="2"><BR>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="95%">
<TR>
<TD CLASS="labelLegenda">
<IMG SRC="/styles/img/seta.gif" ALT="">
;Dados do Login
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR><TD colspan="2"> ;</TD></TR>
<TR>
<TD>LOGIN:</TD>
<TD>
<INPUT NAME="p_ds_login" value="" MAXLENGTH="30" size="40">
</TD>
</TR>
<TR>
<TD>Email:</TD>
<TD>
<INPUT style="text-transform: lowercase" TYPE="TEXT" NAME="p_email" VALUE="" SIZE="80" MAXLENGTH="70" ONFOCUS="ConfiguraCorCampo(this);" ONBLUR="ReConfiguraCorCampo(this)">
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" colspan="2"> ; ; ;</TD>
</TR>
</TABLE>]]>
|
179
| <![CDATA[<INPUT style="text-transform: lowercase" TYPE="TEXT" NAME="p_email" VALUE="" SIZE="80" MAXLENGTH="70" ONFOCUS="ConfiguraCorCampo(this);" ONBLUR="ReConfiguraCorCampo(this)">]]>
|
76
| <![CDATA[<STYLE>
.linhaDetalhe{font-Size:9px;}
</STYLE>]]>
|
82
| <![CDATA[<SCRIPT LANGUAGE="JavaScript">
function chamaProcedure()
{
document.formulario.action = "!sigiev.AP_RECUPERAR_SENHA_RL";
location.replace('');
document.formulario.submit();
}
function checkMail(mail)
{ var er = new RegExp(/^[A-Za-z0-9_\-\.]+@[A-Za-z0-9_\-\.]{2,}\.[A-Za-z0-9]{2,}(\.[A-Za-z0-9])?/);
if(typeof(mail) == "string")
{ if(er.test(mail)){ return true; }
}
else
if(typeof(mail) == "object")
{ if(er.test(mail.value))
{ return true;
}
}
else
{ return false;
}
}
function validarFormulario()
{
if(document.formulario.p_ds_login.value == ""){
alert("Login - Preenchimento Obrigatório!");
document.formulario.p_ds_login.focus();
return false;
}
if(document.formulario.p_email.value == "")
{ alert("E-mail - Preenchimento Obrigatório!");
document.formulario.p_email.focus();
return false;
}
if(document.formulario.p_email.value != "")
{ if (!checkMail(document.formulario.p_email.value))
{ alert("O e-mail não está em um formato válido!");
fn_testa("N2");
fn_marca(document.all.orelha2);
document.formulario.p_email.focus();
return false;
}
}
//document.formulario.action="!sisbov.recuperar_senha_us_externo";
document.formulario.action="!sigiev.recuperar_senha_rl";
document.formulario.entrar.disabled = true;
location.replace('');
document.formulario.submit();
}
</SCRIPT>]]>
|
0
| Não há código fonte a ser exibido.
|