如何在html中选择选项后显示模式插件

时间:2019-06-08 11:12:33

标签: html select modal-dialog

当您单击选择标记中的选项时,我想显示一个HTML modal表单。 我正在使用正确的事件?这是我到目前为止所做的:

<select onselect="document.getElementById('id01').style.display='block'">
    <option>Open Modal</option>
    <option>open</option>
</select>

我只显示选择标签。

0 个答案:

没有答案