I have a program which opens a new window (dialogBox) to enter search parameters in a couple of input boxes. The submit button in this window causes yet another window (selectList) to open and be populated with results of query using the parameters entered. I display the result as hyperlinks; I need to know how to transfer the selected value back to the original window, then close the two opened windows.<br>I have tried multiple ways that I can think of, but haven't found the magic combination yet. Is this possible, or do I have to use a hidden value on dialogBox window as a "pass-thru"? Any help will be most appreciated; thanks...