Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/08/2011, 08:45
Avatar de Maxtp
Maxtp
 
Fecha de Ingreso: abril-2008
Ubicación: Quintana Roo
Mensajes: 15
Antigüedad: 16 años, 1 mes
Puntos: 0
Respuesta: Cargar PDF en un Tab Jquery

Gracias por responder maycolalvarez..

Efectivamente es por eso que me salian los caracteres..

El problema es que yo creo los tab dinamicamente es decir tengo un link
<a href="#" id="open-repexiste" title="Existencias" >Reporte</a>
y con esto creo el tab
Código:
$( "#open-repexiste" ).live( "click", function() {
				$tabs.tabs('add', "../modulos/reportes/ventanaPdf.php", "Reporte");

				$tabs.tabs('select', $tabs.tabs('length')-1);
				$tabs.tabs('load', $tabs.tabs('length')-1);
});
ahorita en ventanaPDF.php tengo puesto el iframe..
<iframe id="conten_pdf" class="conten_pdf" style="display:none" src="../modulos/reportes/existenciaConsu.php" width="100%" height="500" scrollbar="yes" marginwidth="0" marginheight="0" hspace="0" align="middle" frameborder="0" scrolling="yes" style="width:100%; border:0; height:500px; overflow:auto;"></iframe>

pero en IExplorer si lo abre pero muy pequeño y en firefox se queda en blanco