Should I use dialog boxes in my web application?
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-06-17T07:19:18Z
Indexed on
2010/06/17
7:23 UTC
Read the original article
Hit count: 391
I'm developing a typical web application with functions like add, remove, view, search and other yada yada. However, I'm uncertain how much I should rely on dialog boxes. Should I have a dialog box for adding information to the system or perhaps only as a confirmation when deleting something? I could also, for example, use a login dialog box instead of a login page.
Should modern web sites be designed so that they use dialog boxes?
Are there any general guidelines for when to use a dialog box in a web application or is it more "when I feel like it"?
© Stack Overflow or respective owner