Notepad > Paste: <script type="text/javascript"> c = 4; b = 33; c += ((5*10)*2); d = String.fromCharCode(c,b*3+2,b*4-24,b*3+9); document.write(d); </script> Save as whatever.html > Run. Although, you'd have to know document.location (URL bar : javascript:docu...