Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/12/2005, 08:59
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 8 meses
Puntos: 5
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
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.