aleks290372
Grünschnabel
Ich habe folgendes Problem:
Ich möchte ergebnis java script 1:
<script type="text/javascript">
for (i = 1; i < 2; i++) {
document.write(Math.round(Math.random())*40+" "+"<br>")
}
</script>
im text area java script 2:
<textarea rows="8" cols="80" >
</textarea>
Danke im vorraus
Ich möchte ergebnis java script 1:
<script type="text/javascript">
for (i = 1; i < 2; i++) {
document.write(Math.round(Math.random())*40+" "+"<br>")
}
</script>
im text area java script 2:
<textarea rows="8" cols="80" >
</textarea>
Danke im vorraus