Dynamically updating select menu in parent frame (Javascript…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Matt Alexander
Date:  
Subject: Dynamically updating select menu in parent frame (Javascript)
I have an HTML page containing an iframe. Menu options on the main page
allow you to make database queries through a Perl script and display the
results in the iframe. One of the menu items is a select menu for making
additional queries. After the first query is made, I need this select
menu to be dynamically updated with a range of values from the database.
Any suggestions?
~M