Search code examples
javascriptmobile-browseropera-mini

Does Opera Mini support window.confirm()


Could someone tell me whether Opera Mini (versions 4 and up) support the window.confirm() javascript method?

If not, what value does the method return?

var answer = window.confirm("Yes or no?");

Will answer be TRUE, FALSE, NULL or Undefined?


Solution

  • Opera Mini does support this method.

    Open this link in Opera mini to ensure.