我打开子窗口,使用window.open()下载并查看文档。下载文档后,我想关闭当前窗口并打开一个新窗口。以下代码在IE11中运行正常,但在chrome中无效。
ClientScript.RegisterStartupScript(this.GetType(), "newWindow", "<script>window.open('DocumentsView.aspx?FileName=" + Server.UrlEncode(Filename) + "');setTimeout(window.close, 10);</script>");
Chrome新窗口中的也会自动关闭但在IE中它会打开一个新窗口。 请帮帮我。
答案 0 :(得分:0)
<template is="dom-repeat" items="{{articles}}" as="item">
[[item]] <br>
</template>
有句柄和窗口名称。
使用
window.open