|    
			
				18/04/2006, 15:01
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: junio-2005 
						Mensajes: 672
					 Antigüedad: 20 años, 4 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
 --------------------------------------------------------------
     |