in reply to Selecting a value on a pull-down menu

Can you post your code? We might be able to find the problem more easily.

Update: Ah, ok, that's what I get for trying to think too early on Monday morning. I see what you're trying to do now (too many occurrences of SELECT confused my still-sleeping brain). Looks like plenty of people have shown you the answer, too.

--isotope
  • Comment on RE: Selecting a value on a pull-down menu

Replies are listed 'Best First'.
RE: RE: Selecting a value on a pull-down menu
by rodry (Beadle) on Oct 02, 2000 at 22:12 UTC
    I would post the code, but the problem is that there isn't any. All the script does is execute a query and then print the HTML with the form and the values for the text boxes. A script I assumed that everyone here is familiar with such code.

    I assume that you wanted to see the code for the function that prints the pull-down menu. I have not even tried that yet.