javascript - Which browsers and browser versions does window.openDialog support and is it in danger of being deprecated or phased out? -


there code analyzing uses window.showmodaldialog. don't yell @ me; it's not code. job replace it. needs vanilla js, no frameworks. showmodaldialog deprecated. replaced window.open, support browsers, including ie versions 7+.

i found link below discusses window.opendialog.

https://developer.mozilla.org/en-us/docs/web/api/window.opendialog

i prefer window behave dialog window. great. problem don't know window.opendialog. standardized html5 or be? in danger of being phased out? browser , browser versions support it?

i have no problem using window.open. if can use window.opendialog instead , not worry being deprecated or phased out, preferred.

thank help.

see: https://developer.mozilla.org/en-us/docs/web/api/window.opendialog#specification

"dom level 0. not part of standard."

meaning it's not officially supported anywhere.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -