Comment 80 for bug 68040

Revision history for this message
In , Jst (jst) wrote :

Created an attachment (id=273876)
Implamentation of showModalDialog().

This adds an implementation of window.showModalDialog() to mozilla. It's a pretty simple implementation that doesn't attempt to go to the extremes of emulating all that IE does with modal dialogs (such as hiding context menus, forcing links to open in new windows, and probably a bunch of other stuff as well), but it gives web developers the ability to pose modal web dialogs from their apps.