Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Warum geht folgender String Vergleich hier in JavaScript nicht?
for(var x=0;x<24;x++) { if(array5[x]=="") array5[x]=""; else return 1; }
Was willst du denn damit anstellen bzw. was funktioniert nicht...