Prompt caption (only MSIE):
Prompt text:
Prompt default input value:
In yet another sly move by Micro$oft, MSIE 7 has been designed to suppress the javascript prompt function, yet at the same time always allow their MSIE-specific showModalDialog method. This has broken millions of web sites. The work-arounds to this problem are any of these:
Usage:
<script type="text/javascript" src="/path/to/Prompt.js"></script>
var name = Prompt.show('Who are you?');
var sides = Prompt.show("How many sides does a square have?", 4, 'Silly question dialog');
var count = Prompt.show("How many\nlines\ndo\n\n\nyou see\nhere?", '', 'Answer this');