📄 16.20 showmodallessdialog方法.html
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<script>
var sFeatures;
var para;
var newWin;
para="showModalessDialog方法演示" ;
para+="<br>打开该窗口后还可操作其他窗口<br>";
para+="<center><input type='button' value='关闭该窗口' onclick='window.opener=null;window.close();'</center>"
sFeatures="center=yes;edge=raised;status=yes;resizable=yes;";
sFeatures=sFeatures+"dialogHeight=250 px;dialogWidth=250 px";
newWin=window.showModelessDialog("dialog.html","",sFeatures);
newWin.document.write(para);
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -