romy: Textarea über Auswahlliste ansprechen

Beitrag lesen

Hi Danius,

<script>

<!--
function InsertText(select) {
  var wert = select.options[select.options.selectedIndex].value;
  if (wert != 0) {
    window.document.form.bemerkung.value = selct.options[select.options.selectedIndex].text;
  }
}
// -->
</script>

Das fehlt ein e in select.options.  
  
ciao  
romy

-- 
[Sie möchten einem Tier ein neues zu Hause geben?](http://www.findeltiere.de/index.php?navi=abzugeben)  
  
![](http://www.romy-b.de/Zeug/gans.jpg)