niutech / showModalDialog

window.showModalDialog polyfill using a <dialog> element
https://niutech.github.io/showModalDialog/demo.html
Apache License 2.0
177 stars 88 forks source link

Need to open dialog in a new tab and chrome browser #25

Closed tejareddy457 closed 6 years ago

tejareddy457 commented 7 years ago

Hi,

Code working fine and great !!!!!!!!

Actually dialog box opens inside the tab but we need dialog box should open in a new tab. In IE it works opening in a new tab.

Could you please help on this issue

tejareddy457 commented 7 years ago

Any comments please

tejareddy457 commented 7 years ago

How can i open same dialog outside frame or frameset ..? Could you please help

niutech commented 6 years ago

You can just use window.open() in such case. There is no other way to open a modal dialog in a new tab.