I\'m using JavaScript\'s prompt() function.
prompt()
var favorite = prompt(\'What is your favorite color?\', \'RED\');
I\'m using IE 7
Short answer: no.
Longer answer: No, but you can roll your own popups with jQuery's UI library or by hacking up something with the DOM yourself.