aeh ja ... quick&dirty wuerde ich sagen ...HTML-Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>times they are a changin'</title> <script type="text/javascript"> function mustervariable(val){ document.getElementById('ausgabe').innerHTML = val; } </script> </head> <body> <select onchange="mustervariable(this.value)"> <option value="">bitte auswählen ...</option> <option value="test1">egal</option> <option value="test2">noch egaler</option> <option value="test3">total egal</option> </select> <textarea id="ausgabe"></textarea> </body> </html>

LinkBack URL
About LinkBacks
Zitieren

