esto te servirá
default.ext Código PHP:
<iframe width="95%" id="suppliers_history" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
Código PHP:
window.onload = function() {
document.all.suppliers_history.scrolling = "no";
document.all.suppliers_history.src = "supplier_history_iframe.ext";
}
supplier_history_iframe.ext Código HTML:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<div id="div_supplier_history">
<!-- tu contenido html -->
</div>
<script language="javascript">
window.onload = function() {
window.resizeTo(window.parent.document.all.suppliers_history.offsetWidth,document.all.div_supplier_history.offsetHeight+30)
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
</script>
</body>
</html>
cualquier cosa me avisas...
saludos