Click to See Complete Forum and Search --> : Form Posting to Frame: How Do I?


britne
06-22-2005, 09:26 PM
I have a simple drop-down form in one frame of my page that I want to submit the results to a different frame.
The form uses JavaScript to combine the values from the two menus to create a filename. For example, the user selects "A" from the first menu and "1" from the second to create the file "A1.html"
I want this newly created filename to open in the lower frame of the page, not in the frame with the form.
Where do I need to put my 'target' command, or do I need to use a different command altogether?
Thanks a lot!
-Britne

britne
06-24-2005, 08:53 AM
The full page is here: http://www.geocities.com/britne2002/beardesigns/index.html

The page with the code I'm working on is the top frame, or: http://www.geocities.com/britne2002/beardesigns/beartop.html