Thread: Looping help.
View Single Post
Old 01-11-2013, 09:12 PM   PM User | #5
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,447
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Note that alert and prompt are for debugging use only and should never be used in a live web page.

Opera adds a "Disable JavaScript" option to all such dialogs (which if selected would stop the script running without returning from the first prompt) while Firefox, Safari and Chrome add an option to disable the display of subsequent dialogs when the second one is displayed (which if selected would stop the alert from displaying anything).
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote