You are here: irt.org | About | Feedback | 578 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q426
Sent by
Michael Zalewski on November 10, 1999 at 20:48:35:
Comments:
Unfortunately, the answer is incorrect (unless the long process pauses for user input, or unless the long process is run in a new thread). For example, the following page does not work
<HTML><HEAD><TITLE>Hourglass Test</TITLE></HEAD>
<SCRIPT LANGUAGE="JavaScript">
function doTime() {
setPointer();
for( i = 1; i < 1000; i++)
for( j = 1; j < 1000; j++);
resetPointer();
}
<SCRIPT LANGUAGE="JavaScript"></SCRIPT>
<BODY><INPUT TYPE=submit ONCLICK=doTime() VALUE='Click Me'>
</BODY>
Other feedback on 'irt.org FAQ Knowledge Base Q426' - show all