Custom dialog boxes

Have you ever found the standard dialog boxes that JavaScript provides to be quite limited in functionality? If you've ever wanted to change the buttons provided by the standard alert() and confirm() dialog boxes or perhaps change the font within the boxes, these components are for you. These components are replacements for these standard dialog boxes. They behave just like standard dialog boxes; they pop up in the center of the screen and they try to always remain on top of all other windows until a button is clicked. Unlike standard boxes, however, these custom boxes contain HTML that can be changed around however you like.

Alert boxes:

Confirmation boxes: