Select Boxes and Submenus - Help!!

A

Archi3

Im looking for some help or ideas on which way to go with asp page I am
developing..

I have a page with 5 different Main Category Dropdowns, and each of the 5
main categories, can have at least 5 sub-categories..My problem

As I am creating the page, I have the 5 Main Category Select boxes listed,
but when a user chooses a main category, they then must choose the sub
categories also, so I thought about using an onchange event, but I also need
to consider if when the person goes to edit that product, what will be the
easiest options..

Any ideas?? previous experiences?

Archi3
 
R

Rob Meade

...
Any ideas?? previous experiences?

Hi Archie,

I'm not a huge fan of drop down boxes, for a couple of reasons the main one
being that its VERY easy for a user to select what they want, and then by
accidentally hitting the mouse or whatever something else being selected.

If you have multiple select boxes on a page I would suggest no more than 2
unless you are doing some kind of consumer review form or something (which
it doesnt sound like you are) - keep it simple, keep it easy.

Drop downs that are related to each other will need to have client side
script running, I've got something written at work that uses 3 drop downs
that relate to each selection etc (in our case here Organisation > Site >
Location) - the downside of this is that we have to pull ALL of the data
items from the database initially, we're using Javascript to match up
selections with the onchange events, but if you have a huge data selection I
would not recommend this approach as it delays page load times whilst all
the data items are read into the page one by one.

I'm all for choice - but primarily aim at making things easier for the
user - only by playing with different alternatives will you find the one
that works best for you and your solution.

Good luck!

Incidentally - for the javascript try
http://www.js-examples.com/example/?ex=683&mode=2

Regards

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,365
Latest member
BurtonMeec

Latest Threads

Top