在我的应用程序中,一些 .aspx 页面由 window.showModalDialog 调用,如下所示
window.showModalDialog('../SelectUser.aspx?',window,sFeatures);
其中 sFeatures 声明如下
sFeatures = "dialogWidth=400px;dialogHeight=450px;border=thick;center=yes;help=no;status=no;title=Task";
在通过 ShowModalDialog 清除页面的所有页面中,默认情况下禁用复制粘贴选项。如何从 showModalDialog 页面启用复制粘贴选项。