The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
For customization of this script or any script development, mail to support@hscripts.com
Usage
Unzip the Hangman.zip to extract the files hhangman/hangman.html, hhangman/hangman.js, hhangman/images and hhangman/README.txt.
If you want to execute this script just run hangman.html file.
If you want to use this hangman javascript in your own page, then you have to change the following,
<script src="hangman.js"> to <script src="hhangman/hangman.js">
and
document.frm.hm.src="./images/hmstart3.gif"; to
document.frm.hm.src="./hhangman/images/hmstart3.gif";
License
The javascript (misspelled as java script) is given under GPL License.
i.e. Free use for those who use it as it is.
Free, if your modification does not remove our copyright information and links.