frames en HTML
Publicado por Miguel A. Sánchez (1 intervención) el 11/10/2001 10:33:41
Hola a tod@s.
Estoy intentando visualizar frames en una página, pero no surte efecto. El código escrito en html es:
Documento principal:
<HTML>
<head><title>DOCUMENTO DE PRUEBA NÚMERO 2</title>
</head>
<img src="e:\imagen1.jpg">
<table border="0" width="100%" height="50" bgcolor="#003366" cellspacing="10"cellpadding="10">
<td width="70%" height="2" bordercolor="#003366" bgcolor="003366" align="center"><h3><font face="arial"><b><u>DOCUMENTO DE PRUEBA NÚMERO 2</u></b></h3></td>
</table>
<frameset cols="248,719*" frameborder="yes" border="3" framespacing="0" rows="*">
<frame name="leftFrame" scrolling="auto" noresize src="C:\Mis documentos\frame1.html">
<frame name="mainFrame" scrolling="auto" noresize src="C:\Mis documentos\frame2.html">
</frameset>
<body bgcolor="#003366" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" top margin="0" leftmargin="7" rightmargin="7" marginwidth="0" marginheight="0">
</body>
<noframes>
</HTML>
Documento C:\Mis documentos\frame1.html
<HTML>
<head><title>FRAME 1</title>
</head>
<body bgcolor="#003366" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" top margin="0" leftmargin="7" rightmargin="7" marginwidth="0" marginheight="0">
<br>%
Estoy intentando visualizar frames en una página, pero no surte efecto. El código escrito en html es:
Documento principal:
<HTML>
<head><title>DOCUMENTO DE PRUEBA NÚMERO 2</title>
</head>
<img src="e:\imagen1.jpg">
<table border="0" width="100%" height="50" bgcolor="#003366" cellspacing="10"cellpadding="10">
<td width="70%" height="2" bordercolor="#003366" bgcolor="003366" align="center"><h3><font face="arial"><b><u>DOCUMENTO DE PRUEBA NÚMERO 2</u></b></h3></td>
</table>
<frameset cols="248,719*" frameborder="yes" border="3" framespacing="0" rows="*">
<frame name="leftFrame" scrolling="auto" noresize src="C:\Mis documentos\frame1.html">
<frame name="mainFrame" scrolling="auto" noresize src="C:\Mis documentos\frame2.html">
</frameset>
<body bgcolor="#003366" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" top margin="0" leftmargin="7" rightmargin="7" marginwidth="0" marginheight="0">
</body>
<noframes>
</HTML>
Documento C:\Mis documentos\frame1.html
<HTML>
<head><title>FRAME 1</title>
</head>
<body bgcolor="#003366" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" top margin="0" leftmargin="7" rightmargin="7" marginwidth="0" marginheight="0">
<br>%
Valora esta pregunta


0