Por si acaso, si lo estoy probando en IE.
Ahora hice uno simple te mando los codigos:
abre.htm:los frames
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Documento sin tí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="arriba.htm" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="izquierda.htm" name="leftFrame" scrolling="yes" noresize>
<frame src="darecha.htm" name="mainFrame" scrolling="yes">
</frameset>
</frameset>
</html>
arriba.htm
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
TITULO
</body>
</html>
darecha.htm (si es darecha no derecha) jeje
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<p>1</p>
<p> </p>
<p> </p>
<p> </p>
<p>2</p>
<p> </p>
<p> </p>
<p> </p>
<p>3</p>
<p> </p>
<p> </p>
<p> </p>
<p>4</p>
<p> </p>
<p> </p>
<p>5</p>
<p> </p>
<p> </p>
<p>6</p>
<p> </p>
<p> </p>
<p>7</p>
<p> </p>
<p> </p>
<p>8</p>
<p> </p>
<p>9</p>
<p>2</p>
<p> </p>
</body>
</html>
izquierda.htm
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body onScroll="top.leftFrame.document.body.scrollTop=document.body.scrollTop">
<p>1</p>
<p> </p>
<p> </p>
<p>2</p>
<p> </p>
<p> </p>
<p> </p>
<p>3</p>
<p> </p>
<p> </p>
<p>4</p>
<p> </p>
<p> </p>
<p>5</p>
<p> </p>
<p> </p>
<p>6</p>
<p> </p>
<p> </p>
<p>7</p>
<p> </p>
<p> </p>
<p>8</p>
<p> </p>
<p>9</p>
<p>0 </p>
</body>
</html>
Y eso no me funciona, que puede estar pasando???