Page 1 of 1

Posting form data to itself to update dynamic drop down?

Posted: Wed Jun 21, 2006 11:02 am
by kingconnections
OK so this might not be the right section for this post, but I thought I would give it a shot.

So i have a page with multiple drop down menus. The first drop down menu has a category, and the second menu are items in that category. How do you deal with these type of things. Post the form to itself then update second drop down, or just use some sort of javascript? Any ideas?

Thanks

Posted: Wed Jun 21, 2006 11:51 am
by RobertGonzalez
In my opinion, JavaScript would be the nicest thing to do. Otherwise, post back to itself.

Posted: Wed Jun 21, 2006 12:06 pm
by feyd
If you want to be accessible, you'd at minimum to the post-back.