Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/04/2008, 14:10
plan9
 
Fecha de Ingreso: abril-2008
Mensajes: 11
Antigüedad: 16 años
Puntos: 0
Re: Include php + menu Desplegable

creo entender lo que decis pero no se como aplicarlo.



por ejemplo todas las paginas de mi sitios serian de este formato con el include del menu:

<!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=UTF-8" />
<title>Untitled Document</title>
</head>
<body>
<table width="791" border="0">
<tr>
<td width="351" height="537" align="left" valign="top"><?php
include("menu.htm");
?></td>
<td width="430" bgcolor="#CCCCCC">&nbsp;</td>
</tr>
</table>
<p>&nbsp;</p>
</body>
</html>




No hay alguna posibilidad de que cuando pongo el include en cada pagina tambien agrege una sentencia que indique que en esta pagina el boton x este desplegado?