15 lines
200 B
Plaintext
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> |