vediam,
Code:
<xmp id="code">
<script type="text/javascript">
function greatScript() {
alert("really");
}
greatScript();
</script>
</xmp>
<textarea id="superMegaEncryptedCode"></textarea>
<script>
var code = document.getElementById("code");
var output = document.getElementById("superMegaEncryptedCode");
output.value = escape(code.innerHTML);
</script>
grab the code in the text area and paste it in between where it says <here>
Code:
document.write(unescape(<here>));
But again, you don't gain anything from doing this
Bookmarks