Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/02/2010, 17:01
granasturcom
 
Fecha de Ingreso: febrero-2010
Mensajes: 95
Antigüedad: 14 años, 2 meses
Puntos: 0
Porque no salen mis frames en servidor

He subido mi pagina al servidor le puse esto:
<noframes>
Si el navegador no soporta frames se mostrará este texto
</noframes>
</frameset>
No sale el mensaje y no me muestra los frames? a que se debe
mi codigo completo es este
<!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>index</title>
<frameset rows="54%,*" frameborder="0" framespacing="0" border="0">
<frame name="arcoiris" src="arcoiris.php" scrolling="no">
<frame name="principal" src="index.php" scrolling="yes">
</frameset>
<noframes>
Si el navegador no soporta frames se mostrará este texto
</noframes>
</frameset>

</head>

<body>
</body>
</html>
Tengo dos paginas index una es index.html y otra index.php

Última edición por granasturcom; 28/02/2010 a las 17:23