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