|
<SCRIPT> function testQuestion(question,
chances) { var correct = '<IMG SRC="correct.gif">'; var response = prompt(output, "0"); if (chances > 1) { </SCRIPT> <SCRIPT> var result = testQuestion("10 + 10", 3); document.write(result); </SCRIPT> |