<html>
<head>
<title>Menú. Base de datos --3--</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<SCRIPT LANGUAGE="javascript">
var destino;
function referencia(destino) {
window.opener.location.href=destino;
}
</SCRIPT>
</head>
<body>
<table width="90%" align="center" cellpadding="6">
<form action="menu_res.php" method="POST">
<tr>
<td align="center">
Usuario:
<INPUT TYPE="text" NAME="usuario" size="14">
</td>
</tr>
<tr>
<td align="center">
Clave:
<INPUT TYPE="text" NAME="clave" size="14">
</td>
</tr>
<tr>
<td align="center">
<input type=submit value="Con permiso." />
</td>
</tr>
</form>
</table>
</br></br>
<a href="javascript:referencia('http://www.carloszcom.com')">Salir de esta base de datos y volver a la Página Oficial de Carlos.</a>
</br></br><a href="javascript:referencia('http://www.carloszcom.com/base3/index.html')">Volver a la página de inicio de Base de datos --3--.</a>
</br></br><table align="center" width="60%"><tr><td align="center">
<form>
<input type='button' value='Cerrar.' onClick='self.close()'>
</form>
</table></tr></td></br></br>
</body>
</html>