Where is your effort?
Post here, what ever you did so far.
urtrivedi
Nearly a Posting Virtuoso
1,306 posts since Dec 2008
Reputation Points: 257
Solved Threads: 270
the google search
There are many scripts to do just that, there are javascripts to do it clientside if the choices are limited in number
ajax scripts to pull the alternates from a DB table for more complicated data
straight html that refresh the page onchange and _GET a modified page
the one to choose depends on the type of page you are using, and the complexity of the information involved
re: search link; love that animation
almostbob
Posting Sensei
3,149 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376
<option selected='selected' value=''> Select class</option>
<select name="class" id="or" onchange="populate(other dropdown)"><!-- you cannot repopulate "this" -->
<option selected='selected'value=''>Select class</option>
<option value="x">x</option>
<option value="y">y</option>
<option value="z">z/option>
</select>
In your code, the selected option fails, 'yes' is not a valid entry
the code highlighting is given by wrapping the code in [code=html] code here [/code] tags
almostbob
Posting Sensei
3,149 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376