简体   繁体   中英

Disable cross button from the window.open popup

Disable title bar or cross button from the 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>

i have tried doing many things,,but this is not working

  1. wrong syntax - this will open a window window.open('flows/Ad/test.xhtml',"_blank") - possibly with parameters window.open('flows/Ad/test.xhtml', "_blank","top=200,left=300")

  2. not possible to remove the [X] in any current browser unless you use divs

Take a look at jQuery UI dialog

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM