I would like some input on how people handle the following situation:

A client wants a form with a "Job Title" select box with 5 options -

Developer
Programmer
Engineer
Electrician
Other

If the user selects "Other" then they have to enter the information in a
text box.  Otherwise, the selection in the Select box is sufficient.

Now, my problem isn't programming related.  Rather, I am interested in a
good way to handle the user interface for this mess.  For example, in VB
it's easy enough to make the text box only appear when "Other" is selected.
However, HTML is not that flexible.  It just seems that there might be a
good way to handle this that I'm missing.

Jason



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to