|
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).
|