![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/04/2012, 15:51
|
| | Fecha de Ingreso: abril-2012
Mensajes: 1
Antigüedad: 12 años, 10 meses Puntos: 0 | |
OBJECT tag A ver necesito ayuda, saben que traigo una paginilla, la y intento utilizar el object tag como cun iframe, que quiero hacer que el contenido html se vizualice en el objecct tag, en chrome me trabaja de maravilla, el detalle esta cuando se abre en firefox, me abre una pestaña en lugar de abrirlo en el object
Código:
<!--[if IE]>
<iframe src="../html/Historia.html" name="contenedor" width="940" height="520" border="0" align="middle">contenido alternativo</iframe>
<![endif]-->
<!--[if !IE]>-->
<object type="text/html" name="contenedor" width="940" height="520" standby="loading"><param type="text/html" valuetype="object" value="value"></object>
<!--<![endif]-->
[URL="http://www.tgdm.com/jr/html/espanol.html"]proyecto[/URL]
segun yo tengo todo correcto, mas no entiendo que me falta, agradeceria su ayuda compañeros.. |