Tema: php y js
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/02/2008, 05:45
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 1 mes
Puntos: 292
Re: php y js

<iframe ...... >
Código PHP:
<?php
$pagina 
$_SERVER ['PHP_SELF'];
$h=$_GET["h"]; // lo recibo por get

if (!isset ($h)){ 
// lo envio por GET
echo 
"
<script language=\"JavaScript\"> 
window.location.href=\"$pagina?height=\"+iframe.style.height;
</script>
"
;
}

echo 
$h

// sigue.............. es algo "asi"

?>
</iframe>
__________________
Salu2!