<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
相关资源
-
下载
2021-06-05
-
下载
2023-03-04
-
下载
2023-03-19
-
下载
2023-02-08
-
下载
2023-02-21