Answer by
brilliance (54)
An almost infinite number of potential Javascript alert boxes are available--according to the website Javascript Kit, any one of three commands produces such alerts:
•window.alert()
•window.confirm()
•window.prompt()
Go to that website, and look for the section Javascript Tutorials > Creating Dialogue Boxes > Here to find the specific ways of using these commands.