Is it possible to use JS to open an HTML select to show its option list?

html-select, javascript

Solution

Unfortunately there's a simple answer to this question, and it's "No"

Problem

Is it possible to use JavaScript to open an HTML select to show its option list?

Original source

Related problems