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,