新闻详情

以频道模式打开页面

3056 2009/5/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>

相关资讯

18973218026
返回顶部