1
我在javascript打開新窗口window.open()window.open-標題標籤中未顯示鉻
在UpdateEmailRemainder.aspx.cswindow.open( 「UpdateEmailRemainder.aspx」, 「」, 「 width = 630,height = 500,status,resizable,top =「+ top +」,left =「+ left);
我設置服務器端代碼的標題標籤:
this.Title = 「添加郵件提醒」;
但是,標題仍然是「無標題」。在ie中, 效果很好。
更新: 我
- 嘗試在HTML和仍然沒有工作
- 如果您刷新窗口幾次,打開開發人員工具(F12)或打開網頁源 - 標題出現。
聽起來像一個鉻錯誤。它更好地發佈在鉻錯誤列表上。 – Aristos