Hola no consigo cargar en el frame de arriab , en el central no tengo problemas pero en el de arriba no carga , alguna ayuda
Aqui esta la pagina principal con los marcos
<head>
<title>
</title>
<link href="Css1/style_new.css" rel="stylesheet" type="text/css" />
</script>
</head>
<?php
echo' <form action = "marco.php" method = "GET">
<frameset rows = "15%, 80%">
<frame name = "1" src = "barraLogin.php" marginheight="5" NORESIZE>
<frameset cols = "20%, 80% ">
<frame name = "2" src = "Lateral.php" >
<frame name = "central" src = "bienvenido.php" align = "center" marginheight="5" NORESIZE>
</frameset>
</frameset>
</form>
</html>';
if ($_SESSION['permiso'] == 1 )
{
echo
'<html>
<head>
<title>
</title>
<link href="Css1/style_new.css" rel="stylesheet" type="text/css" />
</head>
<frameset rows = "15%, 80%">
<frame name = "1" src = "barrabotones.php" marginheight="5" NORESIZE>
<frameset cols = "20%, 80% ">
<frame name = "2" src = "Lateral.php" >
<frame name = "central" src = "bienvenido.php" align = "center" marginheight="5" NORESIZE>
</frameset>
</frameset>';
/*<script languaje="javascript">
marco();
</script>*/
}
else
{
echo $_SESSION['permiso'];
echo' <form action = "marco.php" method = "GET">
<frameset rows = "15%, 80%">
<frame name = "1" src = "barraLogin.php" marginheight="5" NORESIZE>
<frameset cols = "20%, 80% ">
<frame name = "2" src = "Lateral.php" >
<frame name = "central" src = "bienvenido.php" align = "center" marginheight="5" NORESIZE>
</frameset>
</frameset>
</form>
</html>';
/*<script languaje="javascript">
marco();
</script>*/
}
?>
aqui esta la pagina donde inicia la sesion y si es correcta tengo que carga la barrabotone.php en el frame llamado arriba, si la pongo en el central ningun problema
<html>
<head>
<title>
</title>
<link href="Css1/style_new.css" rel="stylesheet" type="text/css" />
</script>
</head>
<?php
echo' <form action = "marco.php" method = "GET">
<frameset rows = "15%, 80%">
<frame name = "1" src = "barraLogin.php" marginheight="5" NORESIZE>
<frameset cols = "20%, 80% ">
<frame name = "2" src = "Lateral.php" >
<frame name = "central" src = "bienvenido.php" align = "center" marginheight="5" NORESIZE>
</frameset>
</frameset>
</form>
</html>';
if ($_SESSION['permiso'] == 1 )
{
echo
'<html>
<head>
<title>
</title>
<link href="Css1/style_new.css" rel="stylesheet" type="text/css" />
</head>
<frameset rows = "15%, 80%">
<frame name = "arriba" src = "barrabotones.php" marginheight="5" NORESIZE>
<frameset cols = "20%, 80% ">
<frame name = "2" src = "Lateral.php" >
<frame name = "central" src = "bienvenido.php" align = "center" marginheight="5" NORESIZE>
</frameset>
</frameset>';
/*<script languaje="javascript">
marco();
</script>*/
}
else
{
echo $_SESSION['permiso'];
echo' <form action = "marco.php" method = "GET">
<frameset rows = "15%, 80%">
<frame name = "arriba" src = "barraLogin.php" marginheight="5" NORESIZE>
<frameset cols = "20%, 80% ">
<frame name = "2" src = "Lateral.php" >
<frame name = "central" src = "bienvenido.php" align = "center" marginheight="5" NORESIZE>
</frameset>
</frameset>
</form>
</html>';
/*<script languaje="javascript">
marco();
</script>*/
}
?>
cual puede ser el problema