|    
			
				02/09/2010, 13:57
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: diciembre-2008 
						Mensajes: 29
					 Antigüedad: 16 años, 10 meses Puntos: 0 |  | 
  |  Respuesta: no funciona en IE  
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title></title>
 </head>
 
 <frameset rows="80,*" frameborder="no" border="0" framespacing="0">
 <frame src="superior.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
 <frame src="inferior.php" name="mainFrame" id="mainFrame" title="" />
 </frameset>
 <noframes><body>
 </body>
 </noframes></html>
 
 ese es el codigo de mipagina index, dentro de "inferior.php" tengo un menu con varias secciones y esas secciones son las quedejan de funcionar en explorer
     |