标签: html select modal-dialog
当您单击选择标记中的选项时,我想显示一个HTML modal表单。 我正在使用正确的事件?这是我到目前为止所做的:
modal
<select onselect="document.getElementById('id01').style.display='block'"> <option>Open Modal</option> <option>open</option> </select>
我只显示选择标签。