folgendes klappt:
<script>
variable="a";
alert(String.fromCharCode(variable.charCodeAt(0)+1))</script>
DANKE, ANTJE!!!
funktioniert problemlos.
folgendes klappt:
<script>
variable="a";
alert(String.fromCharCode(variable.charCodeAt(0)+1))</script>
DANKE, ANTJE!!!
funktioniert problemlos.