2020-09-30 16:53:55 +02:00

15 lines
200 B
Plaintext

<body>
<textarea id='shiz'></textarea>
</body>
<script language=javascript>
var text = new String("Howdy\nthisis a test\n")
document.all.shiz.value = escape( text )
</script>