我正在使用 window.open() 在 javascript 中打开新窗口
window.open("UpdateEmailRemainder.aspx", "", "width=630,height=500,status,resizable, top=" + top + ",left=" + left);
在 UpdateEmailRemainder.aspx.cs 我在服务器端代码中设置了标题标签:
this.Title = "添加邮件提醒";
但是,标题仍然是“无标题”。在 ie 中效果很好。
更新:我
- 尝试使用 HTML,但仍然无法正常工作
- 如果您多次刷新窗口,请打开开发人员工具(f12)或打开页面源 - 出现标题。