window.open- title标签未显示在chrome中

时间:2012-05-23 07:37:14

标签: javascript asp.net google-chrome title window.open

我正在使用window.open()

在javascript中打开新窗口
  

window.open(“UpdateEmailRemainder.aspx”,“”,   “width = 630,height = 500,status,resizable,top =”+ top +“,left =”+   左侧);

在UpdateEmailRemainder.aspx.cs中的

我在服务器端代码中设置了标题标记:

  

this.Title =“添加电子邮件提醒”;

然而,标题仍然是“无标题”。 在运作良好。

更新: 我

  • 尝试使用HTML但仍无法正常工作
  • 如果您多次刷新窗口,请打开开发人员工具(f12)或打开页面源 - 显示标题。

1 个答案:

答案 0 :(得分:0)

您可以在<title></title> HTML。

中撰写标题