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
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