PDA

View Full Version : onchange drop down list


wit_seagull
04-08-2004, 03:06 AM
hi,

As I want to onchange from a drop down list(institute) then another drop down list will display all the dept the institute have and then the logo(as i have store the picture directory in the database) will change to the institute being selected...

so how am i going to write the onchange function somemore the value will stil remain as it is although it is being refresh??


pls enlightened me....

thanks and regards...

A1ien51
04-08-2004, 03:43 AM
What server side language should you be using?

wit_seagull
04-08-2004, 03:47 AM
using javascript

:confused:

JohnKrutsch
04-08-2004, 05:31 AM
Sounds like a triple combo is what you want:

http://javascriptkit.com/script/script2/triplecombo.shtml

wit_seagull
04-08-2004, 05:42 AM
ya i want something like that but after i select from institute then i have to use that value and retrieve from the database to get the dept ...

but i cannot get hold of the institute value????...