Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/10/2007, 14:22
adrisilversun
 
Fecha de Ingreso: junio-2007
Mensajes: 4
Antigüedad: 16 años, 10 meses
Puntos: 0
Re: Problema index y marcos.

Por cierto, aquí tienes el código fuente:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="/superior.html" name="topFrame" scrolling="NO" noresize >
<frameset cols="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="/izquierda.html" name="leftFrame" scrolling="NO" noresize bordercolor="#000000">
<frame src="/central2.html" name="ainFrame" id="ainFrame">

</frameset>
</frameset><noframes></noframes>
</html>


A ver qué error podría ser.

Saludos