How to make a dropDown linked to 2 dropdown. ie if i select a value of a dropdown then depending on that value 2 more dropdown values should be changes. am using the following example: http://www.javascriptkit.com/script/script2/triplecombo.shtml. i need the values of dropdown 2 and dropdown 4 to be populated depending on the values selected on dropdown 1.
U can use Ajax if you need to make things without refreshing the page. Here is an answer to your question. hope its suitable. If you know ajax then you can always use this.
What did you try yet? Where are you stuck?
Use javascript, just like in your link...
Other examples:
http://www.9lessons.info/2010/08/dynamic-dependent-select-box-using.html
http://r-ednalan.blogspot.com/2011/03/dynamic-select-box-using-jquery-ajax.html
http://blog.chapagain.com.np/using-jquery-ajax-populate-selection-list/
http://codeassembly.com/Simple-chained-combobox-plugin-for-jQuery/
...