home *** CD-ROM | disk | FTP | other *** search
/ Incas / Incas.iso / Kimera / karisma / kimera / republicadominicana / Topicos.php.bak < prev    next >
Text File  |  2005-02-09  |  865b  |  27 lines

  1. <?php 
  2.  session_start();
  3.  require("FuncionesHistoria.php");
  4.  
  5.  $topico=$_GET['topico'];
  6.  if ($topico=="")
  7.    $topico="Presidentes_0.1.";
  8.  $indice=$_GET['indice'];
  9.  $Mensaje=$_GET['Mensaje'];
  10. ?>
  11.  
  12. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  13. <html>
  14. <head>
  15. <title>Untitled Document</title>
  16. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  17. </head>
  18. <frameset rows="47,500" cols="*" framespacing="0" frameborder="NO" border="0">
  19.   <frame src="titulos.php?topico=<?php echo($topico);?>&indice=<?php echo($indice);?>" name="topFrame" scrolling="NO" noresize marginwidth="0" marginheight="0" >
  20.   <frame src="contenido.php?topico=<?php echo($topico);?>&indice=<?php echo($indice);?>&Mensaje=<?php echo("$Mensaje");?>" name="mainFrame">
  21. </frameset>
  22. <noframes>
  23. <body>
  24. </body>
  25. </noframes>
  26. </html>
  27.