nsIPrompt
Methods
alert(dialogTitle, text)
alertCheck(dialogTitle, text, checkMsg, checkValue)
confirm(dialogTitle, text)
confirmCheck(dialogTitle, text, checkMsg, checkValue)
confirmEx(dialogTitle, text, buttonFlags, button0Title, button1Title, button2Title, checkMsg, checkValue)
prompt(dialogTitle, text, value, checkMsg, checkValue)
promptPassword(dialogTitle, text, password, checkMsg, checkValue)
promptUsernameAndPassword(dialogTitle, text, username, password, checkMsg, checkValue)
select(dialogTitle, text, count, selectList, outSelection)
Constants