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)
