Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q2087

irt.org | About | Feedback | 1448 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q2087

Sent by
John Barrington on June 30, 2000 at 11:12:55:

Technical:
Not technical enough

Comments:
It didn't work:
// Function definitions:
// None, yet.

// The program:
var quit = false
var trial = 0

while (!quit) {
//enter = "Enter: "
while (trial < 6) {
if (trial == 0) {
document.writeln (" document.writeln ("Can you guess it in 6 tries?<br><br>")

//var enter = "Enter: "
//document.writeln(enter.blink()) // I don't know how to make "Enter:" blink.
document.writeln ("<blink>Enter: </blink>") // I don't know how to make "Enter:" blink.
}
else {
}
trial++
}
document.writeln ("<br>Sorry, your six tries are up. The answer is ")
quit = true
}


Other feedback on 'irt.org FAQ Knowledge Base Q2087' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.