PDA

View Full Version : Describe Drop Downs


orzabal
05-07-2003, 01:16 AM
I am trying to figure out a way to have a drop down like the following link display information.

http://dynamicdrive.com/dynamicindex1/combodescribe.htm

The problem is instead of jumping to a link as the script above want to to I want it to allow me to pass the value of the select to the next page.

I have tried a couple things but nothing work.

Does anyone have any advice or references to a similar JS?

Thanks for any help / advice.

Roy Sinclair
05-07-2003, 02:48 PM
What you are asking for is the default use of a form, it doesn't require any javascript at all, just proper html coding.