后台代码:
ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "btnOpen", "FolderOpen()", true);
前台代码:
window.showModalDialog('Folder.aspx?projectCode=' + pjCode + '&folder_path=' + flPath + '', window, 'dialogHeight:600px;dialogWidth:1200px;status:no;location:no;resizable:no;help:no:scroll:no;');
错误信息:
0x80070005 - JavaScript 运行时错误: 拒绝访问。
如有适用于此异常的处理程序,该程序便可安全地继续运行。
你是用的IE10+吧,浏览器自带的呢。
非兼容模式:
.input::-ms-clear { display: none; }
兼容模式就没效果了。
......