Dynamically updating select menu in parent frame (Javascript…

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Matt Alexander
Dátum:  
Tárgy: 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