문제

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.

Open this link in Opera mini to ensure.

다른 팁

http://docstore.mik.ua/orelly/web/jscript/refp_434.html

either TRUE or FALSE

edit: and yes, for checking if it's supported read this thread: How to determine if window.confirm() is supported?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top