09/11/2016, 14:06
|
| | Fecha de Ingreso: diciembre-2007
Mensajes: 299
Antigüedad: 17 años, 1 mes Puntos: 2 | |
sobre iframes hola amigos,
llevo un buen rato con este codigo pero no entiendo porke ne da error,¿alguien me hecha una mano?
<!DOCTYPE html>
<html>
<body>
<button onclick="fn1()">pulsar!</button>
<br><br>
<iframe src="page1.html"></iframe>
<iframe src="page2.html"></iframe>
<script>
function fn1() {
window.frames[0].document.wite("...");
}
</script>
</body>
</html> |