Welcome to Bucaro TecHelp!

Bucaro TecHelp
HTTPS Encryption not required because no account numbers or
personal information is ever requested or accepted by this site

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact RSS News Feeds News Feeds

Java Script alert Message Box

In Java Script programming, there are many occasions when you need to display a short message to the user, or request a bit of information from the user. In these instances, you can use a message box.

Java Script provides three types of message boxes, the alert, confirm, and prompt. They are all easy to create and use.

These message boxes are "modal" dialog boxes, meaning that program flow halts while the message box is visible. The user is unable to use the page that spawned the message box until they click on a button to close the message box. This may be disruptive to the user. You can also design your own custom message box, which you may or may not choose to make modal.

Alert message box

The alert message box presents a message with a single [OK] button to dismiss the message box. Example code to create an alert message box is shown below.

alert("Message");

Instead of a text string for the message, you could use a variable name. The alert function will automatically convert the value in the variable for display, making the alert a handy tool for script debugging.

More Java Script Code:
• Find a Character or a Substring Within a String
• Interactively Set Webpage Colors
• Java Script confirm Message Box
• Java Script Include a Backslash Character in a String
• Window Object Properties and Methods
• Java Script Math.tan Method
• Extract Part of a String
• The if/else Structure
• Compare Two Strings
• The Navigator Object

RSS Feed RSS Feed

Follow Stephen Bucaro Follow @Stephen Bucaro


Fire HD
[Site User Agreement] [Privacy Policy] [Site map] [Search This Site] [Contact Form]
Copyright©2001-2024 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268