javascript - Multiple prompts with nsIPromptService -


Can we show several prompt windows with Firefox Adon SDK?

I was looking at promptUsernameAndPassword () and I want to ask the user a prompt and selection dialog in the same box.

How can this be achieved?

  • Use either nsIPromptService if this is your
  • Or create, which is not, of course, no actual dialogue.
  • Or apply your own XUL dialog, (which is not easy at all).

Comments

Popular posts from this blog

php - how to change mysql_result($res, 0, "url"); to mysqli -

c# - Textbox not clickable but editable -

Matlab transpose a table vector -