Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

danilo.rp

Login e senha

Recommended Posts

Ola tudo bem pessoal alguen pode me ajudar porque naun esta dando certo esta dando erro, o é uma pagina so ela tem o formulario para preencher e tem o codigo asp para conferir os dados.

<!--#include file = "../abrirbanco.asp" --><%  'conferir senha  %>                  <% response.buffer=true        wlogin=request.form ("login")      wsenha=request.form ("senha") %>      <% wsql = "SELECT * FROM LOGIN WHERE login ='" & wlogin & "' and senha = '" & wsenha & "' "        set wrs = wcon.Execute(wsql)            if  wrs.EOF then      response.write "Senha ou Login inválido! Volte e tente novamente."      else      response.redirect "index2.asp"      end if %>  <html><head><title>::Administração:: Portal Palavra Viva ::</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><table width="100%" height="100%" border="0" align="center" valign="center">  <tr>     <td align="center" valign="middle"> <table width="560" height="0" border="0" align="center" bgcolor="#000000" style="background: #3399ff; border-bottom-color: #999999; border-bottom-style: outset; border-bottom-width: 1px; border-left-color: #999999; border-left-style: outset; border-left-width: 1px; border-right-color: #999999; border-right-style: outset; border-right-width: 1px; border-top-color: #999999; border-top-style: outset; border-top-width: 1px;">        <tr>           <td width="428"><font style="font-family: verdana; font-size: 11px; " color="#333333">Selecione             seu usuário, informe sua senha e clique em 'Entrar' </font></td>          <td width="120"><div align="right"><font style="font-family: verdana; font-size: 11px; " color="#333333">Tela               de Login</font></div></td>        </tr>    <table width="560" height="0" border="0" align="center" bgcolor="#000000" style="background: #FFFFFF; border-bottom-color: #999999; border-bottom-style: outset; border-bottom-width: 1px; border-left-color: #999999; border-left-style: outset; border-left-width: 1px; border-right-color: #999999; border-right-style: outset; border-right-width: 1px; border-top-color: #999999; border-top-style: outset; border-top-width: 1px;">  <form name="form1" method="post" action="default.asp">     <tr>      <td width="35%" align="left"><font style="font-family: verdana; font-size: 11px; " color="#000000">Login</font>                  <input type="text" name="login"  style="background: #D4D0C8; font: message-box; width: 100px;">  </td>  <td width="35%" align="left"><font style="font-family: verdana; font-size: 11px; " color="#000000">Senha</font>                  <input type="password" name="senha" style="background: #D4D0C8; font: message-box; width: 100px;">  </td>  <td width="35%" align="right"><font style="font-family: verdana; font-size: 11px; " color="#000000">                                <input type="submit" name="Entrar" value="Entrar" style="background: #FFFFFF; border-bottom-color: #999999; border-bottom-style: outset; border-bottom-width: 1px; border-left-color: #999999; border-left-style: outset; border-left-width: 1px; border-right-color: #999999; border-right-style: outset; border-right-width: 1px; border-top-color: #999999; border-top-style: outset; border-top-width: 1px;"></font></td>    </tr></form>  </table>      </table></table></body></html>

alguen pode me ajudarAbraços Danilo Silva

Compartilhar este post


Link para o post
Compartilhar em outros sites

Cara tenta assim:

 

<!--#include file = "../abrirbanco.asp" -->

<%

'conferir senha

 

response.buffer=true

wlogin=request.form ("login")

wsenha=request.form ("senha")

 

wsql = "SELECT * FROM LOGIN WHERE login ='" & wlogin & "' and senha = '" & wsenha & "' "

set wrs = wcon.Execute(wsql)

 

if wrs.EOF then

erro="Senha ou Login inválido! Volte e tente novamente."

%>

<html>

<head>

<title>::Administração:: Portal Palavra Viva ::</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

 

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<%=erro%>

<table width="100%" height="100%" border="0" align="center" valign="center">

<tr>

<td align="center" valign="middle">

<table width="560" height="0" border="0" align="center" bgcolor="#000000" style="background: #3399ff; border-bottom-color: #999999; border-bottom-style: outset; border-bottom-width: 1px; border-left-color: #999999; border-left-style: outset; border-left-width: 1px; border-right-color: #999999; border-right-style: outset; border-right-width: 1px; border-top-color: #999999; border-top-style: outset; border-top-width: 1px;">

<tr>

<td width="428"><font style="font-family: verdana; font-size: 11px; " color="#333333">Selecione

seu usuário, informe sua senha e clique em 'Entrar' </font></td>

<td width="120"><div align="right"><font style="font-family: verdana; font-size: 11px; " color="#333333">Tela

de Login</font></div></td>

</tr>

<table width="560" height="0" border="0" align="center" bgcolor="#000000" style="background: #FFFFFF; border-bottom-color: #999999; border-bottom-style: outset; border-bottom-width: 1px; border-left-color: #999999; border-left-style: outset; border-left-width: 1px; border-right-color: #999999; border-right-style: outset; border-right-width: 1px; border-top-color: #999999; border-top-style: outset; border-top-width: 1px;">

<form name="form1" method="post" action="default.asp">

<tr>

<td width="35%" align="left"><font style="font-family: verdana; font-size: 11px; " color="#000000">Login</font>

<input type="text" name="login" style="background: #D4D0C8; font: message-box; width: 100px;">

</td>

<td width="35%" align="left"><font style="font-family: verdana; font-size: 11px; " color="#000000">Senha</font>

<input type="password" name="senha" style="background: #D4D0C8; font: message-box; width: 100px;">

</td>

<td width="35%" align="right"><font style="font-family: verdana; font-size: 11px; " color="#000000">

<input type="submit" name="Entrar" value="Entrar" style="background: #FFFFFF; border-bottom-color: #999999; border-bottom-style: outset; border-bottom-width: 1px; border-left-color: #999999; border-left-style: outset; border-left-width: 1px; border-right-color: #999999; border-right-style: outset; border-right-width: 1px; border-top-color: #999999; border-top-style: outset; border-top-width: 1px;"></font></td>

</tr></form>

</table>

</table>

</table>

</body>

</html>

<% else

response.redirect "index2.asp"

end if %>

 

Não tenho certeza se vai funcionar.

E tenta dar uma arrumada no cód tá meio bagunçado.

 

Valeu?

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.