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?
Opera Mini does support this method.