<html>
<head>
<title> open new window </title>
<script language="javascript">
<!--function openwindow() {
window.open("你的文件.html","newwindow","toolbar=no,location=no,
menubar=no,status=yes,resizeable=yes,width=400,height=400")
window.focus()
}
//-->
</head>
<body>
<a href="#" onclick="openwindow()">打开一个新窗口</a>
</body>
</html>借用了javascript 打开一个窗口