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";