Click to See Complete Forum and Search --> : Drop Down Box


Jonathan
08-14-2003, 01:49 AM
How can I make a dropdown box so that when they select something then the information for that selection will appear below it... for example:

///////////////////////////////
/// Selection 1 //
///////////////////////////////

Then they select selection 2

///////////////////////////////
// Selection 2 //
///////////////////////////////

Then something would show up like this:

////////////////////////////////
// Selection 2 //
///////////////////////////////

1. Blah Blah Blah
2. blah blah blah
3. blah blah blah
4. etc.

This would all be on one page... any ideas? If worst comes to worst can someone show me how to do it w/ and IFRAME?

Paul Jr
08-14-2003, 02:07 AM
I see no way of doing that with out using a Java Applet.
Also, I don't see any way that you can have the information appear below the box.
But I'm not that knowlegable. Someone here is bound to know what to do.