Foros del Web » Creando para Internet » HTML »

OBJECT tag

Estas en el tema de OBJECT tag en el foro de HTML en Foros del Web. 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 ...
  #1 (permalink)  
Antiguo 02/04/2012, 15:51
 
Fecha de Ingreso: abril-2012
Mensajes: 1
Antigüedad: 12 años
Puntos: 0
Pregunta 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..
  #2 (permalink)  
Antiguo 03/04/2012, 11:05
Avatar de emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 9 meses
Puntos: 1567
Respuesta: OBJECT tag

El atributo que carga los datos en un object es data
Ejemplo

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>Object</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. </head>
  7. <object data="esquema.html" type="text/html" width="400" height="400"></object>
  8.  
  9. <hr />
  10.  
  11. <object data="http://forosdelweb.com" type="text/html" width="400" height="400"></object>
  12. </body>
  13. </html>

SAludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.

Etiquetas: firefox, html5, iframe, object
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 18:50.