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