アプリケーションとさまざまなブラウザーとの互換性を確認していましたが、いくつかのブラウザーが新しいウィンドウでフォームを開けないというこの問題が発生しています。
私がそうするために使用しているスクリプト:
string theScript= "<script>window.open('" + fileLocation + "','_blank','height=400,width=400,scrollbars=Yes,resizable=Yes')</script>";
ScriptManager.RegisterStartupScript(this.Page, this.Page.GetType(), "blah", theScript, false);
それを解決する方法はありますか?前もって感謝します。