Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/02/2011, 12:44
DaRKSF3aR
 
Fecha de Ingreso: marzo-2008
Mensajes: 8
Antigüedad: 16 años, 1 mes
Puntos: 0
Abrir enlace en un frame.

A ver, tengo la página de la siguiente forma:

<!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=utf-8" />
<title>Zirconart</title>
<style type="text/css">
<!--
body {
<FRAMESET cols="33%,33%,33%">
<frame src="pagina1.html" name="Frame1">
<frame src="pagina2.html" name="Frame2">
<frame src="pagina3.html" name="Frame3">
</frameset>

font: 100% Arial, Helvetica, sans-serif, Verdana;
background: #666666;
margin: 0;
padding: 0;
text-align: left;
color: #000000;
}
.thrColAbs #container {
position: absolute;
width: 780px;
background: #FFFFFF;
margin: 100 auto;
border: 1px solid #000000;
text-align: left;
}


.thrColAbs #sidebar1 {
position: absolute;
top: -4px;
left: 189px;
width: 194px;
background: #EBEBEB;
padding: 15px 10px 15px 20px;
height: 466px;
}

.thrColAbs #sidebar2 {
position: absolute;
top: 0;
left: 450px;
width:190;
background: #EBEBEB;
padding: 15px 10px 15px 20px;
height: 466px;

}

.thrColAbs #sidebar3 {
position: absolute;
top: -3px;
left: 217px;
width: 160px;
background: #EBEBEB;
padding: 15px 10px 15px 20px;

}
.thrColAbs #mainContent {
margin: 0 200px;
padding: 0 10px;
}
.fltrt {
float: right;
margin-left: 8px;
}
.fltlft {
float: left;
margin-right: 8px;
}
-->
</style>

</style>
<![endif]--></head>

<body class="thrColAbs">

<div id="sidebar1">
<p><img src="logo.jpg" width="202" height="69" alt="" /></p>
<p><img src="foto01.jpg" width="202" height="114" /><img src="foto02.jpg" width="203" height="105" /><img src="foto03.jpg" width="204" height="105" /></p>
<!-- end #sidebar1 --></div>

<div id="sidebar2">
<h1> ENLACES </h1>
<p><a href="http://www.google.es" target="Frame3"> aqui</a> </p>
<div id="sidebar3">
<h3>Sidebar3 </h3>
<p>Frame3 </p>
</div>

</div>
<div id="sidebar3">
</body>
</html>

El problema está en que no se me abre el google en el tercer frame cuando doy click al enlace, se me abre en una nueva pestaña [uso Mozilla Firefox].