Hi all.
I found this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<body>
<script type="text/javascript">
document.write(String.fromCharCode(72,69,76,76,79))
</script>
</body>
</html>
It simply produces this:
ABC
How can I encode some text (just like the ABC above) or javascript code into numbers?



Reply With Quote


Bookmarks