Dynamically updating select menu in parent frame (Javascript…

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Matt Alexander
Dato:  
Emne: 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