我需要使用以下 javascript 从我的 aspx 页面打开 HTML 页面,但它在 chrome 和 firefox 中显示空白页面,而在 IE9 中没有任何反应。
ClientScript.RegisterStartupScript(this.GetType(), "openWindow",
"<script language='javascript' type='text/javascript'>showModalDialog('C:/Users/Administrator/Desktop/test.html');</script>");