> Is there anyway to stop Javascript looping endless times? or config > Mozilla somehow, that it ask first if user want to launch Telnet?
If it's a pretty standard endeless loop, like the following:
while(true){ .....}
then IE detects this, and gives you a warning before running the code.
Mozilla doesn't do this, but it should. :)
