<INPUT TYPE="button" VALUE="创建模态对话框" onclick="fnOpenModal()">
<br><br>
<INPUT TYPE="button" VALUE="创建非模态对话框" onclick="fnOpenModeless()">
<script>
function fnOpenModal(){
window.showModalDialog("../3/81.htm")
}
function fnOpenModeless(){
window.showModelessDialog("../3/81.htm")
}
</script>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2021-12-04
猜你喜欢
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2021-12-03
相关资源
相似解决方案