以频道模式打开页面错误提示.htm
来自「javascript的功能特效。开发必备」· HTM 代码 · 共 16 行
HTM
16 行
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>标题页</title>
<script language="javascript">
function channel()
{
window.open("1.18 以频道模式打开页面2.htm","_blank", "channelmode")
}
</script>
</head>
<body>
<input id="Button1" type="button" value="打开" onclick="channel()" />
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?