Hello everyone! I'm learning to use EJS and I have difficulty in showing a new window when a button is pressed and I don't know if it is possible.
I would like to know if there is some method to show a new window with the button action because I need a window to configure some settings and this windows should appear when the button is pressed.
I could see the method "_view.alert()" that show a window with a message and it would be similar but with buttons instead of a message.