Tema: Link target
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/05/2009, 21:33
Suyta
(Desactivado)
 
Fecha de Ingreso: septiembre-2004
Mensajes: 360
Antigüedad: 19 años, 7 meses
Puntos: 1
Link target

Hola todos
(no estoy segura si este post va aquí... no se enojen).

Tengo esto:

Código PHP:
print '<td align="left" style="color: #FFFFFF; text-decoration: none; font-size: 8pt; font-family: Verdana; font-weight: normal"><a target="I1" href="api_o.php?categ='.$link.'">'.utf8_encode($SubCategory).'</a></td>'
Y luego:
Código HTML:
<div style="color:white;background-color:#000000;border:0px dotted gray; width:890; height:1530px; padding: 2px">
<iframe name="I1" style="overflow: hidden;" height="1530" width="900" align="left" src="api_o.php?categ=<?=$search?>" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" style="background-color: #000000" ALLOWTRANSPARENCY="true">
Update your browser</iframe>
</div> 
Es decir indico que los links se abran en el iframe "I1". Esto trabaja perfecto en FF pero en IE no. En IE se abren en nueva ventana.
Por qué ?
Cómo puedo solucionarlo ?