15 lines
200 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01:00
<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>