Ver Mensaje Individual
  #7 (permalink)  
Antiguo 29/11/2004, 17:28
alaincoxl
 
Fecha de Ingreso: noviembre-2004
Mensajes: 11
Antigüedad: 19 años, 4 meses
Puntos: 0
Si son archivos diferentes,
el que pide la clave se llama Index.php (te lo envio a continuacion) observa que yo valido el usuario en un script que se llama ValidaUsuario.php (que te lo envie) y las funciones estan en un script llamado Funciones.php, y el de los frames se llama gestion.php (tambien te lo envie), te envio el index.php
<html>
<head>
<title>Gestion </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body background="cuadriculaGris30.gif">
<br>
<p align="center"><font color="#333333" size="6"><strong><em>Bienvenido a Gestion !!!!! </em></strong> </font>
<center>
<br><p>
<table width="60%" border="1" bordercolor="#3300FF">
<tr>
<td bgcolor="#3333FF">
<div align="center"><strong><font color="#FFFFFF">Autenticacion de Usuarios</font></strong></div></td>
</tr>
<tr>
<td height="167">
<form name ="PideAcceso" method ="post" action="ValidaUsuarios.php">
<p align="center">&nbsp;</p>
<p align="center">Usuario (login)&nbsp; &nbsp;:
<input type="text" name="NameUsuario">
</p>
<p align="center">Clave (password):
<input type="password" name="PassUsuario">
</p>
<p align="center">
<input type="submit" name="IngresaClave" value="Aceptar" >
</p>
</form></td>
</tr>
<tr>
<td><marquee behavior="alternate" bgcolor="#999999">Digite Usuario y clave para acceder al sistema</marquee></td>
</tr>
</table>
</center>
</body>
</html>

Gracias...