禁用window.open弹出窗口中的交叉按钮

时间:2011-08-31 08:02:49

标签: javascript jsf java-ee

禁用window.open

中的标题栏或十字按钮
ui:fragment rendered="#{not empty docProd.url}" >

<script>window.open('flows/Ad/test.xhtml','center', "_blank", "titlebar=0");

</script><p:commandButton value="close"/>
</ui:fragment>

我尝试过做很多事情,但这不起作用

1 个答案:

答案 0 :(得分:2)

  1. 错误的语法 - 这会打开一个窗口window.open('flows/Ad/test.xhtml',"_blank") - 可能带参数window.open('flows/Ad/test.xhtml', "_blank","top=200,left=300")

  2. 除非您使用div,否则无法删除任何当前浏览器中的[X]

  3. 查看jQuery UI dialog