- 1,233 categories
- 40,594 scripts
Updated: 11/20/2000
- Here is a simple JavaScript example which will generate a simple alert box based on clicking a link or a form button. Useful for alerting users for missing fields, displaying a message on document open or close, or informing users they ve clicked a link, etc.
- Categories
- Tags
- Platforms
- Licenses
- This JavaScript displays an alert box to your visitors to welcome them on your site or to suggest them to visit your partners'' sites.
- This script displays an alert box to your visitors if their browser configurations (navigator and resolution) are not the best for viewing your site.
- This script allows you to display an alert box to thank your visitors for visiting or ask them to visit your partners.
- Easy, short, cut-and-paste header script that intercepts the mouse right-click event and shows an alert box instead, thus disabling it. Intended to provide simple limited protection for page images, etc.
- The author notes, &"The JavaScript confirm alert box differs from a regular alert box in that it provides two choices for the user, OK and Cancel. Typically, you ll see confirmation boxes utilized on links where the destination is outside th...