Quote:
Originally Posted by WolfShade
That's going to be an annoying event - the alert is inside the for loop.
|
No it isn't - most browsers now contain an extra checkbox in the alerts that they display that will either prevent the page displaying additional alerts or will turn JavaScript off for the page. Simply check that box and there will be no more annoying alerts generated by the page.
Anyway the aledrt should have been removed prior to the page going live as alert is intended for debugging scripts and not for use in live web pages.