Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/12/2006, 04:33
yaviz
 
Fecha de Ingreso: diciembre-2004
Mensajes: 371
Antigüedad: 20 años, 2 meses
Puntos: 0
si y ademas tenia las comillas en el document.for.... pero ahora kedo asi

Código:
<script>
mi_ventana=window.open('http://localhost/pagina2.html');
mi_ventana.getElementById('textarea').value= document.forms[0].datos2.value;
</script>
Y me sigue sin funcionar.