You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume, it's not possible but still, is it possible to display a dialog over frameset structure like so?
<html><head><title><%=g_title%></title><% import_dialog_polyfill 0 %></head><framesetframespacing="1" border="0" frameborder="0" rows="56,*"><framescrolling="no" noresizesrc="banner.asp"><framesetcols="240,*" frameborder="1"><framescrolling="auto" src="entry_nav.asp"><!-- another ugly frame stacks go here --></frameset></frameset><dialog>
Dialog content
</dialog><script>// initialize and show the dialog</script></html>
This way, the dialog is initialized and present in DOM but is not visible.
The text was updated successfully, but these errors were encountered:
I assume, it's not possible but still, is it possible to display a dialog over frameset structure like so?
This way, the dialog is initialized and present in DOM but is not visible.
The text was updated successfully, but these errors were encountered: