Ver Mensaje Individual
  #18 (permalink)  
Antiguo 24/08/2006, 15:40
Avatar de chalchis
chalchis
 
Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 20 años, 9 meses
Puntos: 21
este es un archivo index.php

<?php
session_start();
if($_POST["txuser"]!=null)
{
$_SESSION["suser"]=trim($_POST['txuser']);//$usuario_autentificado;
$_SESSION["sgenero"]=trim($_POST['txsex']);//$usuario_autentificado;
/*echo '<SCRIPT language="JavaScript">';
echo 'window.location="recorrido.php";';
echo '</SCRIPT>';*/
echo '<HTML>
<HEAD>
<title>Centro Universitario Hispano Mexicano</title>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>Centro Universitario Hispano Mexicano</TITLE>
</HEAD>';
echo '<frameset rows="49,*,30" frameborder="NO" border="yes" framespacing="0">
<frame src="arriba.php" name="menu" scrolling="NO" frameborder="0" marginheight="0" marginwidth="0" noresize>
<frameset id="ocultarframe" cols="*,0" frameborder="NO" border="yes" framespacing="0">
<frame src="recorrido.php" name="zona" scrolling="NO" frameborder="0" marginheight="0" marginwidth="0" noresize>
<frame src="captura.php" name="send" scrolling="NO" frameborder="0" marginheight="0" marginwidth="0" noresize>
</frameset>
<frame src="base.php" name="base" scrolling="NO" frameborder="0" marginheight="0" marginwidth="0" noresize>
</frameset></HTML>';
exit();

}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
<form id="form1" name="form1" method="post" action="">
<input name="txuser" type="text" />
<input name="txsex" type="text" />
<label>
<input type="submit" name="Submit" value="Enviar" />
</label>

</form>
</body>
</html>
__________________
gerardo