Hello, I'm working on webclient 2.0, and I'd like to know the "right" way to do prompting. We used to use nsIPrompt, but it seems most embedding apps now use nsIPromptService. I'd rather keep using nsIPrompt, since I want Java to create the window in which the prompt will reside, therefore I don't need the nsIDOMWindow *parent provided by nsIPromptService. Can someone please give me guidance on how to proceed?
Thanks, Ed
