I would need to create a html select where, if a option is selected clicking the right button, a new popup is shown with some options. It is important the options aren't hidden when the user clicks on the right button (so I can't use onchange or onclick).
I have tried also to use onclick on the options but doesn't work on Chrome.
Any idea? Thank you!