Hello Everyone,

I have triple drop down menu. I want to display the contents of the table based on the third menu selection. The code is in the link
http://php.pastebin.com/hgazULxi

I know I need to include a onchange function to <select name="genus"> but as you can see I have a <div> already for it. I am confused how to create the function to display the table and also the how to include another div tag.
Could some one help please???

Thank you
Ramya

Ramya,

I would like to help but need clarification :

I want to display the contents of the table based on the third menu selection
There's only one table and its contents are already displayed. Is there another table, or do you want to modify/add to the contents of the table we already know about?

... but as you can see I have a <div> already for it
The Genus menu is already in a div tag (unnecessarily, though that's not really germane). Do I understand correctly that you want the Genus menu to affect the contents of some other container (div or whatever) that does not yet exist?

Airshow

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.