Thursday, March 22, 2012

Modal dialog box page

I want to show one aspx page as modal dialog. How to do
that ?You could use JavaScript to do so:
window.showModalDialog(url, dialogArgs, dialogSettings);
However, I think this is an IE-only solution. I don't know if such
thing is supported by other browsers aswell.

0 comments:

Post a Comment