I have a Java applet that pops up, does some selections, and then sets a variable called "color". I can pickup that variable no problem on that page. However, I have a form in the main window, where I'd like that value to be automatically submitted to the text field. In the popup window, it could be a button like "choose this color". When you click it, it will take that "color" variable and insert it to the form field called "hex" in the form. That form is also in a frame called "content".
I just haven't been able to get all of the components to work together. Any help would be greatly appreciated.
Thank you,
Craig




Bookmarks