I\'m using JavaScript\'s prompt() function.
var favorite = prompt(\'What is your favorite color?\', \'RED\');
I\'m using IE 7
No I don't believe so. The problem was that people would use prompts maliciously so microsoft added that to make it look more like it was a page specific prompt and not a IE prompt.
You can do an in page dialog with jQuery or something:
http://www.abeautifulsite.net/blog/2008/12/jquery-alert-dialogs