Link to home
Start Free TrialLog in
Avatar of mobius1980
mobius1980

asked on

Chained Select menus load content into page + jQuery

Hi experts, thank you for your time.

First off, let me give you a little background info as to what my end goal is as I am open to suggestions for other methods of achieving this.

I need to create page where the user can select the manufacturer of their mobile/cell phone and then select their model of phone and then be presented with instructions for that specific phones data deletion methods. I have huge list of all the instructions, I am just trying to find the best way of including this into my site.

I have found this: http://www.dynamicdrive.com/dynamicindex1/chainedmenu/index.htm which provides me with the chained select menus and I can manage this, I am just not sure how to make this pull up the content once the user makes the final selection and hits "go".

Can any of you great experts help me out here... I am very new to javascript/jQuery so please be patient with me.  :-)
Avatar of Rajesh Dalmia
Rajesh Dalmia
Flag of India image

u have to put all those combox box inside a form, in form submit you have to call a new page, in that page u can get those combo box values based.. the value retrieve code will be different based on programming that you are using... asp/php etc...
Avatar of mobius1980
mobius1980

ASKER

I'm sorry, you lost me completely... I'm sorry, I am a very weak coder.

I thought there might be a way of mixing the multi select menus as linked to above with the following content loader: http://www.dynamicdrive.com/dynamicindex17/comboviewer.htm

I'm sorry for being a pain, just not following your reply and looking for a simple approach... For my sake.  :-)

Thank you for taking the time to reply.
ASKER CERTIFIED SOLUTION
Avatar of Rajesh Dalmia
Rajesh Dalmia
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial