Date:  01/20/2003 01:48:20 AM Msg ID:  001256
From:  Michael Pena Thread:  001256
Subject:  Reflect a value from a Sub Window
Is it possible to alter the contents of an Input box of Main window via Sub window created by a Javascripts : mMywindow=open("SAmple.html","Sample") ?
 
I'm creating a program that pops up a window from an Input box after it lost focus (using onBlur=""). This window will display the list of valid codes, which allows the user to choose one of the valid codes displayed, then clicks on the button.  The selected code must reflect on the Main Window (called by the user) on the Input box.  Can this be possble?
 
Thanks!
 
-Mike-