Dynamically updating select menu in parent frame (Javascript…

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Matt Alexander
Data:  
Asunto: 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