Guest_imported
New member
- Jan 1, 1970
- 0
gday
how can i acoid that javascript hangs up my computer in a
while(..)
{
}
loop. is there a command that tells javascript to do other actions beside looping ?
the problem is that my loop is checking for a particular line in the html code while a page is loading - but the loop is interrupting the loading process.
thanks for helping me
how can i acoid that javascript hangs up my computer in a
while(..)
{
}
loop. is there a command that tells javascript to do other actions beside looping ?
the problem is that my loop is checking for a particular line in the html code while a page is loading - but the loop is interrupting the loading process.
thanks for helping me