次の 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>");