Demo 1: DHTML modal dialog box This is a demo of the DHTML_modalMessage class. It displays a message at the center of the screen and disables all other page controls until the message is closed. Message from url (example 1) Message from url (example 2) Alternative confirm dialog (example 3) The content of the two boxes above are loaded from external files. We have also specified that we want a drop shadow on them Static messageThis is a static messageClose',false);return false">Static message (Example 1) Error messageThis is a static message with a different layout(css class)Close','modalDialog_contentDiv_error');return false">Static message (Example 2 - different layout) These last boxes are displaying static HTML. There are no shadows on these boxes. The last message box is assigned to a different CSS class than the other messages. This gives it a different look.
This is a demo of the DHTML_modalMessage class. It displays a message at the center of the screen and disables all other page controls until the message is closed.
The content of the two boxes above are loaded from external files. We have also specified that we want a drop shadow on them
This is a static message
Close',false);return false">Static message (Example 1)
This is a static message with a different layout(css class)
Close','modalDialog_contentDiv_error');return false">Static message (Example 2 - different layout)
These last boxes are displaying static HTML. There are no shadows on these boxes. The last message box is assigned to a different CSS class than the other messages. This gives it a different look.