JavaScript-Simulated Modal Dialog Windows
by Jim Allen
Date :
2013-11-19 09:55:19
By :
love9713CATLOSTED.
No. 15
Guest
JavaScript-Simulated Modal Dialog Windows
by Jim Allen
Work well, 100%
Code
...
...
...
Because of the disadvantages of these two built-in modal windows, web designers try to use the browser popup window as a modal window, but there are problems with this approach, too.
Ordinary popup windows will disappear behind other windows when you click outside their borders. Open an ordinary popup window and try it. These little popup windows fall behind other windows, they get lost and might never get closed. In contrast, a modal window always stays on top, in your face, until the programmer or the user closes it.
...
...
...
Date :
2013-11-19 10:01:16
By :
love9713CATLOSTED.
No. 16
Guest
Code
Because of the disadvantages of these two built-in modal windows, web designers try to use
the browser popup window as a modal window,
but there are problems with this approach, too.
http://web.archive.org/web/20101125011545/http://getyourwebsitehere.com/jswb/modwin/modalwinparent.html#code
Ordinary popup windows will disappear behind other windows when you click outside their borders.
Open an ordinary popup window and try it.
These little popup windows fall behind other windows, they get lost and might never get closed.
In contrast, a modal window always stays on top, in your face, until the programmer or the user closes it.