01/02/2007, 14:30
|
| | | Fecha de Ingreso: enero-2005 Ubicación: Santiago, Chile
Mensajes: 215
Antigüedad: 19 años, 10 meses Puntos: 0 | |
Re: problema kon frames esa es la pagina donde armo 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="50,*,50" frameborder="NO" border="0" framespacing="0">
<frame src="top_frame.asp" name="topFrame" scrolling="YES" noresize >
<frame src="main_frame.asp" name="mainFrame">
<frame src="bottom_frame.asp" name="bottomFrame" scrolling="YES" noresize>
</frameset>
<noframes><body>
</body></noframes>
</html> esta otra es la pagina bottom_frame.asp donde llamo las paginas pa ke se abran en el mainFrame Código HTML: <html>
<head>
<!--#include file="lib/colores.css"-->
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body class="cell1">
<table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="analista/idatos2.asp" target="mainFrame">Ficha de Datos</a></td>
<td><a href="analista/info_liq.asp" target="mainFrame">Informe de Liq.</a></td>
</tr>
</table>
</body>
</html> ven si no tienen nada de raro mis paginas.. si el tema va por la konfiguracion del browser..
__________________ y nada más
porke el cielo ya está de nuevo torvo y sin estrellas kon helikópteros y SIN DIOS.... |