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