Hi there,
a dumb question with "eval" function. I found inside script "hangman II" this line:
wrong_guesses += 1;
eval("document.hm.src=\"hm" + wrong_guesses + ".gif\"");
That shows the gif...
Type: Posts; User: robaldo; Keyword(s):
Hi there,
a dumb question with "eval" function. I found inside script "hangman II" this line:
wrong_guesses += 1;
eval("document.hm.src=\"hm" + wrong_guesses + ".gif\"");
That shows the gif...