以频道模式打开页面
<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>