modaldialog

showModalDialog, dialogArguments and ASPX Pages

In a scenario we use frequently here, we display old classic ASP pages as modal dialogs using window.showModalDialog. When the page is loaded, we read the dialogArguments property and away we go. Now, as far as a classic ASP page goes, that's fairly a no-brainer. But things got a little complicated when we upgraded some of those pages ...