| Author: Meetu Choudhary 07 Oct 2008 | Member Level: Gold | Rating: Points: 3 |
The Purpose of showModalDialog box is when we want to show a Dialog box to the user on which he or she works and on no other page or form till that dialog is open we use showModalDialog....
as it wont allow the user to work on other forms or pages till it is closed
yes it is different from window.open
-- Thanks and Regards Meetu Choudhary
|
| Author: Mari raj k 07 Oct 2008 | Member Level: Silver | Rating: Points: -20 |
A modal dialog box retains the input focus while open. The user cannot switch windows until the dialog box is closed.
|
| Author: Manindra Upadhyay 07 Oct 2008 | Member Level: Gold | Rating: Points: 3 |
There is slight different between them you can minimize window.open() window but you are not minimize the showmodelessdialog() window and you can't write on parent page while showmodelessdialog()window page open.
|