The pop-up has nothing to do with whether your current window has a menu toolbar. You just need to write a script in the page and it will pop up. For example,
The following are some parameters of the pop-up window. You can set them yourself. The parameters are separated by commas
Optional. String --List the object table separated by commas. Each item has its own value, and they will be separated (eg: "fullscreen=yes, toolbar=yes"). Below are the various features that are supported.
channelmode = { yes | no | 1 | 0 } Whether to display ladder mode in the window. The default is no.
directories = { yes | no | 1 | 0 } Whether to display various buttons in the window. The default is yes.
fullscreen = { yes | no | 1 | 0 } Whether to display the browser in full screen mode. The default is no. Be very careful when using this feature. Because this attribute may hide the browser's title bar and menus, you must provide a button or other prompt to help the user close the browser window. ALT F4 can close the window. A full-screen window must use channel mode.
height = number specifies the height of the window, in pixels. The minimum value is 100.
left = number specifies the distance of the window from the left border, in pixels. Value must be greater than or equal to 0.
location = { yes | no | 1 | 0 } specifies whether to display the address bar in the window. The default is yes.
menubar = { yes | no | 1 | 0 } Specifies whether to display the menu bar in the window. The default is yes.
resizable = { yes | no | 1 | 0 } Specifies whether to display user-resizable handles in the window. The default is yes.
scrollbars = { yes | no | 1 | 0 } Specifies whether to display horizontal or vertical scroll bars in the window. The default is yes.
status = { yes | no | 1 | 0 } specifies whether to display the status bar in the window. The default is yes.
titlebar = { yes | no | 1 | 0 } specifies whether to display the title bar in the window. In the case of non-calling HTML Application or a dialog box, this item will be ignored. The default is yes.
toolbar = { yes | no | 1 | 0 } Specifies whether to display the toolbar in the window, including buttons such as forward, back, stop, etc. The default is yes.
top = number specifies the position of the top of the window, in pixels. Value must be greater than or equal to 0.
width = number specifies the width of the window, in pixels. The minimum value is 100.