Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/06/2006, 10:15
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años, 1 mes
Puntos: 772
Hola de nuevo.

Este código está probado en IE, Firefox y Opera:
Código PHP:
<html>
<
head>
<
script>
function 
ver() {
  
iframeCocinas.document.getElementById("ref_coc").style.background "#F00";
}
</script>
</head>
<body>
<iframe name="iframeCocinas" src="pepe.html"></iframe>
<input type="button" onclick="ver()" />
</body>
</html> 
En la página pepe.html
Código PHP:
<html>
<
head>
</
head>
<
body>
<
input type="text" id="ref_coc" />
</
body>
</
html
Saludos,