Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
200 B

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