Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/02/2002, 15:15
Avatar de akela
akela
 
Fecha de Ingreso: septiembre-2000
Ubicación: Frente a la compu
Mensajes: 660
Antigüedad: 24 años, 5 meses
Puntos: 2
Re: ¿cómo regreso valores de una ventana a otra?

<!-- ONE STEP TO INSTALL POPUP PICKER:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<BODY>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Original: Shawn A. Mann ([email protected]) -->
<!-- Web Site: http://www.laughingshaman.com -->
<!-- Modified By: Ronnie T. Moore, Editor -->

<center>
<form name=popupform>
Item: <input type=button name=choice onClick="window.open('popup-picker-demo.html','popuppage','width=250,height=200,top=1 00,left=100');" value=" >> Choose << "><br>
<p>
</form>
</center>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>