Web Hosting Talk







View Full Version : drop down menu changes options


ANGELremy
07-06-2005, 10:28 AM
Is it possible to create a drop down menu that is able to decide later on the page if it needs another two drop down menus or one?

example:

if a person chooses sports on the first drop down menu, he would get two drop down menus. If he chooses arts and crafts, then he would only get one drop down menu on the same page.

possible?

azizny
07-06-2005, 10:07 PM
yes it is possible... and can be done with only javascript... or any other languages with form submit..

Peace,

VolkNet
07-06-2005, 10:24 PM
Chained Selects script- By Xin Yang (http://www.yxscripts.com/)

Dont know if this is what you're looking for but maybe i'll help :)

ANGELremy
07-06-2005, 11:26 PM
volknet: nopes.. but thanks for trying. I figure it was easier to just show both menus and have one 'dashed'.

azizny: I tried finding things in javascript, but I couldn't find it. I'm not sure exactly what it would be called.

PlanetWebHost
07-07-2005, 04:04 AM
sound like this is what your looking for...
http://javascript.internet.com/forms/dropdown-box-population.html

unfortuantly, that one only works in IE.