\section{ Re: php, phpBB3, MySQL, JavaScript, BBCode}
So, und jetzt sehen, sie, die Sache funktioniert schon. Es war ein Dummer Fehler, ich habe \begin{verbatim}>getElementByID
Das ist hier ein Prototyp
<html>
<body>
<input type="text" id="1"></input>
<script>
/*
expr ::= term + expr | term
term ::= factor * term | factor
factor ::= (expr) | id | const
*/
document.getElementById ("1").value = "Hallo";
</script>
</body>
</html>