Now, I may be missing the key on this answer, but after fiddling with it for a while, you may just be able to get the parameters to pass from one browser window to another. The key is to in two parts. 1. Get the windows to recognize each other by name. 2. Get the proper script line to call the data from windowA.<br><br>Example:<br><br>After windowB launches, a script can call a variable stored in windowA if windowB knows the name given to windowA.<br><br>If windowA is name Jaba and windowB is name theHutt, then you have to find the script line that will call the variable out of Jaba.<br><br>I think this will work based off of the framesets. You can have one frame pull data from another because both frames are associated by a name. I have yet to figure out how to get one window to identify another by name or the code to call the variable out of that window.