Objetos html

Estou tentanto jogar valores em um <input text> mas não consigo. Quero que quando eu clicar em um objeto select este valor seja jogado no input text.

um pedaço do código:

<input type=“text” name=“textCod3”></td>

  &lt;td valign="bottom"&gt;&lt;select name="selectAss2" size="1" onclick="&lt;%hierar.buscaTodos(aux);%&gt;"&gt;
                                                                        
      &lt;option selected &gt;Selecione:&lt;/option&gt;
      &lt;% hierar.buscaAssunto("ass");
      %&gt;
      &lt;option&gt;&lt;%=(hierar.getAssunto())%&gt;&lt;/option&gt;
      &lt;% while (hierar.proximosDados()){
      %&gt;
      &lt;option&gt;&lt;%=(hierar.getAssunto())%&gt; 
      &lt;%}  %&gt;
      &lt;/option&gt;

valeu!!!