Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2006, 15:01
Avatar de Gaby_Corr
Gaby_Corr
 
Fecha de Ingreso: junio-2005
Mensajes: 672
Antigüedad: 19 años, 7 meses
Puntos: 0
tengo esto,puedo ponerlo asi???
--------------------------------------
if trim(sPwd) = trim(rs.fields("password").value) then
Application("ValidUser") = 0
Session("User")=sUser
Session("Pwd")=sPwd
'Response.Redirect("prueba.htm") ***esto lo tengo para asp
<script language="javascript">
window.location.href="prueba.htm";
</script>
else
--------------------------------------------------------------