Hidden word puzzle question
astrid-g85 Posted messages 1 Status Membre -
The file to download contains a hidden word.
- What is the format of the file?
- What is the hidden word?
The format of the file is zip. After downloading the file, I added the zip extension, but I can't open it in Word, and when I open it in Notes, I find: <html><head><title>Page to display to get the secret word</title><style>span{font-weight:bold;font-size:24px;}</style><script>document.addEventListener("DOMContentLoaded",function(){var text=document.createElement("span");text.innerHTML=String.fromCharCode(80,105,109,101,110,116);document.body.appendChild(text);});</script></head><body><div></div></body></html>
Can you help me please?
5 answers
The format is zip.
Once unzipped, there is another file. When opening it in Notepad, we see that it is HTML.
So, we need to convert the new file to HTML format, then open it with a browser.
Hello,
With this site, I extracted the numbers from "Charcode."
Each letter corresponds to a number.
For example: for "CharCode(84,97,117,112,101)" we get "taupe."
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/fromCharCode
