Eingabebereich
new Knopf(10,10,"DrŸck mich","sagHallo()"); function sagHallo() { alert("Halloooooo ;-)"); } sagHallo();
Fehler- und Ausgabebereich