, Crockford quote()
. JavaScript.
: , ascii.
Edit2: : , JavaScript , ...
Edit3: - .html
script:
<script src="quote.js"></script>
<script>
var foo = 'bar';
var spam = 'eggs';
function fancyFunction() {
return 'cool';
}
</script>
<pre><script>
document.writeln(quote(
document.getElementsByTagName('script')[1].firstChild.nodeValue, true));
</script></pre>