0
我想直接打開PDF文件而不要求打開,保存選項(提示窗口)。在這個temppath是我的網站pdf的路徑。但是使用此代碼新窗口正在打開,但文件沒有打開。當我將tempath直接複製到瀏覽器時,它會打開。如何直接打開pdf文件而不要求打開,保存選項(提示窗口)
代碼:
string url = tempPath;
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), Guid.NewGuid().ToString(), "window.open ('" + url + "');", true);
它仍然以空白頁的形式開放。 – 2011-12-27 05:40:17
tempPath的值是多少? – 2011-12-27 05:42:06
F:\ Project Files \ OO \ Source \ VCRT \ StockListDocument \ 57-StockListPDF27December11111505179.pdf – 2011-12-27 05:45:57